Html Css Color HEX #B97076 Turkish Rose

📋 copy color: '#B97076'

red 185 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #B97076

Tints of Turkish Rose #B97076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 44.58%
G = 26.99%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B97076 (or 0xB97076) is known color: Turkish Rose. HEX triplet: B9, 70 and 76. RGB value is (185,112,118). Sum of RGB (Red+Green+Blue) = 185+112+118=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97076 is #468F89. Grayscale: #868686. Windows color (decimal): -4624266 or 7762105. OLE color: 7762105.

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

Color convert

RGB 185 112 118 -
CMYK 0 0.39 0.36 0.27
HSL 355.07º 0.34% 0.58% -
HSV(B) 355.07º 0.39% 0.73% -
XYZ 29.07 23.21 20.09 -
YUV 134.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 185 112 118 0 0.39 0.36 0.27 355.07 0.34 0.58
Hex B9 70 76 0 27 24 1B 163 22 3A
Octal 271 160 166 0 47 44 33 543 42 72
Binary 10111001 1110000 1110110 0 100111 100100 11011 101100011 100010 111010

Color Harmonies of #B97076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97076

Black with #B97076

Text Example


Text Example

White with #B97076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97076; }

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

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

background-color css

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

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

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

border-color css

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

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

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