Html Css Color HEX #B97376 Turkish Rose

📋 copy color: '#B97376'

red 185 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #B97376

Tints of Turkish Rose #B97376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 44.26%
G = 27.51%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B97376 (or 0xB97376) is known color: Turkish Rose. HEX triplet: B9, 73 and 76. RGB value is (185,115,118). Sum of RGB (Red+Green+Blue) = 185+115+118=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97376 is #468C89. Grayscale: #888888. Windows color (decimal): -4623498 or 7762873. OLE color: 7762873.

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

Color convert

RGB 185 115 118 -
CMYK 0 0.38 0.36 0.27
HSL 357.43º 0.33% 0.59% -
HSV(B) 357.43º 0.38% 0.73% -
XYZ 29.41 23.88 20.2 -
YUV 136.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 185 115 118 0 0.38 0.36 0.27 357.43 0.33 0.59
Hex B9 73 76 0 26 24 1B 165 21 3B
Octal 271 163 166 0 46 44 33 545 41 73
Binary 10111001 1110011 1110110 0 100110 100100 11011 101100101 100001 111011

Color Harmonies of #B97376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97376

Black with #B97376

Text Example


Text Example

White with #B97376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97376; }

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

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

background-color css

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

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

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

border-color css

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

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

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