Html Css Color HEX #B96872 Turkish Rose

📋 copy color: '#B96872'

red 185 ◦ green 104 ◦ blue 114

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

Shades of Turkish Rose #B96872

Tints of Turkish Rose #B96872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 45.91%
G = 25.81%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B96872 (or 0xB96872) is known color: Turkish Rose. HEX triplet: B9, 68 and 72. RGB value is (185,104,114). Sum of RGB (Red+Green+Blue) = 185+104+114=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B96872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96872 is #46978D. Grayscale: #818181. Windows color (decimal): -4626318 or 7497913. OLE color: 7497913.

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

Color convert

RGB 185 104 114 -
CMYK 0 0.44 0.38 0.27
HSL 352.59º 0.37% 0.57% -
HSV(B) 352.59º 0.44% 0.73% -
XYZ 28 21.43 18.58 -
YUV 129.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 185 104 114 0 0.44 0.38 0.27 352.59 0.37 0.57
Hex B9 68 72 0 2C 26 1B 161 25 39
Octal 271 150 162 0 54 46 33 541 45 71
Binary 10111001 1101000 1110010 0 101100 100110 11011 101100001 100101 111001

Color Harmonies of #B96872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96872

Black with #B96872

Text Example


Text Example

White with #B96872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96872; }

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

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

background-color css

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

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

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

border-color css

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

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

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