Html Css Color HEX #B96B76 Turkish Rose

📋 copy color: '#B96B76'

red 185 ◦ green 107 ◦ blue 118

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

Shades of Turkish Rose #B96B76

Tints of Turkish Rose #B96B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 45.12%
G = 26.1%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B96B76 (or 0xB96B76) is known color: Turkish Rose. HEX triplet: B9, 6B and 76. RGB value is (185,107,118). Sum of RGB (Red+Green+Blue) = 185+107+118=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B76 is #469489. Grayscale: #838383. Windows color (decimal): -4625546 or 7760825. OLE color: 7760825.

HSL color Cylindrical-coordinate representation of color #B96B76: hue angle of 351.54º 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 #B96B76 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 118 -
CMYK 0 0.42 0.36 0.27
HSL 351.54º 0.36% 0.57% -
HSV(B) 351.54º 0.42% 0.73% -
XYZ 28.54 22.14 19.91 -
YUV 131.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 185 107 118 0 0.42 0.36 0.27 351.54 0.36 0.57
Hex B9 6B 76 0 2A 24 1B 160 24 39
Octal 271 153 166 0 52 44 33 540 44 71
Binary 10111001 1101011 1110110 0 101010 100100 11011 101100000 100100 111001

Color Harmonies of #B96B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B76

Black with #B96B76

Text Example


Text Example

White with #B96B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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