Html Css Color HEX #B86C71 Turkish Rose

📋 copy color: '#B86C71'

red 184 ◦ green 108 ◦ blue 113

#B86C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #B86C71

Tints of Turkish Rose #B86C71

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 45.43%
G = 26.67%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B86C71 (or 0xB86C71) is known color: Turkish Rose. HEX triplet: B8, 6C and 71. RGB value is (184,108,113). Sum of RGB (Red+Green+Blue) = 184+108+113=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C71 is #47938E. Grayscale: #838383. Windows color (decimal): -4690831 or 7433400. OLE color: 7433400.

HSL color Cylindrical-coordinate representation of color #B86C71: hue angle of 356.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C71 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 113 -
CMYK 0 0.41 0.39 0.28
HSL 356.05º 0.35% 0.57% -
HSV(B) 356.05º 0.41% 0.72% -
XYZ 28.11 22.11 18.41 -
YUV 131.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 184 108 113 0 0.41 0.39 0.28 356.05 0.35 0.57
Hex B8 6C 71 0 29 27 1C 164 23 39
Octal 270 154 161 0 51 47 34 544 43 71
Binary 10111000 1101100 1110001 0 101001 100111 11100 101100100 100011 111001

Color Harmonies of #B86C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C71

Black with #B86C71

Text Example


Text Example

White with #B86C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C71; }

 p { color: rgb(184,108,113); }

 H1.HeaderClassName
 {
   color: #B86C71;
 }
 .AnyTagClassName
 {
   color: #B86C71;
 }
</style>

background-color css

<style>
 a { background-color: #B86C71; }

 a { background-color: rgb(184,108,113); }

 div.DivClassName
 {
   background-color: #B86C71;
 }
 .BgClassName
 {
   background-color: #B86C71;
 }
</style>

border-color css

<style>
 span { border-color: #B86C71; }

 span { border-color: rgb(184,108,113); }

 td.TdClassName
 {
   border-color: #B86C71;
 }
 .TagClassName
 {
   border-color: #B86C71;
 }
</style>