Html Css Color HEX #B97072 Turkish Rose

📋 copy color: '#B97072'

red 185 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #B97072

Tints of Turkish Rose #B97072

RGB

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

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

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

R = 45.01%
G = 27.25%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97072 (or 0xB97072) is known color: Turkish Rose. HEX triplet: B9, 70 and 72. RGB value is (185,112,114). Sum of RGB (Red+Green+Blue) = 185+112+114=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B97072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97072 is #468F8D. Grayscale: #868686. Windows color (decimal): -4624270 or 7499961. OLE color: 7499961.

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

Color convert

RGB 185 112 114 -
CMYK 0 0.39 0.38 0.27
HSL 358.36º 0.34% 0.58% -
HSV(B) 358.36º 0.39% 0.73% -
XYZ 28.84 23.12 18.86 -
YUV 134.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 185 112 114 0 0.39 0.38 0.27 358.36 0.34 0.58
Hex B9 70 72 0 27 26 1B 166 22 3A
Octal 271 160 162 0 47 46 33 546 42 72
Binary 10111001 1110000 1110010 0 100111 100110 11011 101100110 100010 111010

Color Harmonies of #B97072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97072

Black with #B97072

Text Example


Text Example

White with #B97072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97072; }

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

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

background-color css

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

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

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

border-color css

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

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

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