Html Css Color HEX #B96E72 Turkish Rose

📋 copy color: '#B96E72'

red 185 ◦ green 110 ◦ blue 114

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

Shades of Turkish Rose #B96E72

Tints of Turkish Rose #B96E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 45.23%
G = 26.89%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B96E72 (or 0xB96E72) is known color: Turkish Rose. HEX triplet: B9, 6E and 72. RGB value is (185,110,114). Sum of RGB (Red+Green+Blue) = 185+110+114=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E72 is #46918D. Grayscale: #848484. Windows color (decimal): -4624782 or 7499449. OLE color: 7499449.

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

Color convert

RGB 185 110 114 -
CMYK 0 0.41 0.38 0.27
HSL 356.8º 0.35% 0.58% -
HSV(B) 356.8º 0.41% 0.73% -
XYZ 28.62 22.68 18.79 -
YUV 132.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 185 110 114 0 0.41 0.38 0.27 356.8 0.35 0.58
Hex B9 6E 72 0 29 26 1B 165 23 3A
Octal 271 156 162 0 51 46 33 545 43 72
Binary 10111001 1101110 1110010 0 101001 100110 11011 101100101 100011 111010

Color Harmonies of #B96E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E72

Black with #B96E72

Text Example


Text Example

White with #B96E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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