Html Css Color HEX #B86B6E Turkish Rose

📋 copy color: '#B86B6E'

red 184 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #B86B6E

Tints of Turkish Rose #B86B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 45.89%
G = 26.68%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B86B6E (or 0xB86B6E) is known color: Turkish Rose. HEX triplet: B8, 6B and 6E. RGB value is (184,107,110). Sum of RGB (Red+Green+Blue) = 184+107+110=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B6E is #479491. Grayscale: #828282. Windows color (decimal): -4691090 or 7236536. OLE color: 7236536.

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

Color convert

RGB 184 107 110 -
CMYK 0 0.42 0.40 0.28
HSL 357.66º 0.35% 0.57% -
HSV(B) 357.66º 0.42% 0.72% -
XYZ 27.84 21.83 17.5 -
YUV 130.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 184 107 110 0 0.42 0.40 0.28 357.66 0.35 0.57
Hex B8 6B 6E 0 2A 28 1C 166 23 39
Octal 270 153 156 0 52 50 34 546 43 71
Binary 10111000 1101011 1101110 0 101010 101000 11100 101100110 100011 111001

Color Harmonies of #B86B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86B6E

Black with #B86B6E

Text Example


Text Example

White with #B86B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86B6E; }

 p { color: rgb(184,107,110); }

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

background-color css

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

 a { background-color: rgb(184,107,110); }

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

border-color css

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

 span { border-color: rgb(184,107,110); }

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