Color Hex Logo

#b7675f Color Hex

#B7675F
(183,103,95)
0 Favorites   0 Comments

Color spaces of #b7675f

RGB 18310395
HSL0.020.380.55
HSV48°72°
CMYK 0.000.440.48   0.28
XYZ26.444220.594013.4077
Yxy20.59400.43750.3407
Hunter Lab45.380624.599514.2492
CIE-Lab52.502331.144618.6062

#b7675f color RGB value is (183,103,95).

#b7675f hex color red value is 183, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b7675f hue: 0.02 , saturation: 0.38 and the lightness value of b7675f is 0.55.

The process color (four color CMYK) of #b7675f color hex is 0.00, 0.44, 0.48, 0.28. Web safe color of #b7675f is #cc6666. Color #b7675f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 01011111
Octal 267 147 137
Decimal 183 103 95
Hex B7 67 5F

RGB Percentages of Color #b7675f

%48.03
%27.03
%24.93

CMYK Percentages of Color #b7675f

%0
%44
%48
%28

Triadic Colors of #b7675f

#b7675f #5fb767 #675fb7

Analogous Colors of #b7675f

#b7675f #b7935f #b75f83

Monochromatic Colors of #b7675f

#b7675f

Complementary Color

#b7675f #5fafb7

#b7675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7675f Color CSS Codes

.mybgcolor {background-color:#b7675f; } 
.myforecolor {color:#b7675f; }
.mybordercolor {border:3px solid #b7675f; }

#b7675f Text Font Color

<p style="color:#b7675f">Text here</p>

This sample text font color is #b7675f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7675f Background Color

<div style="background-color:#b7675f">
Div content here</div>

This div background color is #b7675f


#b7675f Border Color

<div style="border:3px solid #b7675f">
Div here</div>

This div border color is #b7675f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,103,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7675f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7675f;
  -webkit-box-shadow: 1px 1px 3px 2px #b7675f;
  box-shadow:         1px 1px 3px 2px #b7675f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,103,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7675f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7675f;
  -webkit-box-shadow: 1px 1px 3px 2px #b7675f;
  box-shadow:         1px 1px 3px 2px #b7675f;">
Div content here</div>

This div box has shadow with color #b7675f


Comments

No comments written yet.

Please login to write comment.