Html Css Color HEX #B96B6E Turkish Rose

📋 copy color: '#B96B6E'

red 185 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #B96B6E

Tints of Turkish Rose #B96B6E

RGB

 RED value IS 185 (72.66% from 255) = 46.02%

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

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

R = 46.02%
G = 26.62%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B96B6E (or 0xB96B6E) is known color: Turkish Rose. HEX triplet: B9, 6B and 6E. RGB value is (185,107,110). Sum of RGB (Red+Green+Blue) = 185+107+110=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B6E is #469491. Grayscale: #828282. Windows color (decimal): -4625554 or 7236537. OLE color: 7236537.

HSL color Cylindrical-coordinate representation of color #B96B6E: hue angle of 357.69º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B6E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 110 -
CMYK 0 0.42 0.41 0.27
HSL 357.69º 0.36% 0.57% -
HSV(B) 357.69º 0.42% 0.73% -
XYZ 28.08 21.96 17.51 -
YUV 130.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 185 107 110 0 0.42 0.41 0.27 357.69 0.36 0.57
Hex B9 6B 6E 0 2A 29 1B 166 24 39
Octal 271 153 156 0 52 51 33 546 44 71
Binary 10111001 1101011 1101110 0 101010 101001 11011 101100110 100100 111001

Color Harmonies of #B96B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B6E

Black with #B96B6E

Text Example


Text Example

White with #B96B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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