Html Css Color HEX #B96A72 Turkish Rose

📋 copy color: '#B96A72'

red 185 ◦ green 106 ◦ blue 114

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

Shades of Turkish Rose #B96A72

Tints of Turkish Rose #B96A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 45.68%
G = 26.17%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B96A72 (or 0xB96A72) is known color: Turkish Rose. HEX triplet: B9, 6A and 72. RGB value is (185,106,114). Sum of RGB (Red+Green+Blue) = 185+106+114=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A72 is #46958D. Grayscale: #828282. Windows color (decimal): -4625806 or 7498425. OLE color: 7498425.

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

Color convert

RGB 185 106 114 -
CMYK 0 0.43 0.38 0.27
HSL 353.92º 0.36% 0.57% -
HSV(B) 353.92º 0.43% 0.73% -
XYZ 28.2 21.84 18.65 -
YUV 130.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 185 106 114 0 0.43 0.38 0.27 353.92 0.36 0.57
Hex B9 6A 72 0 2B 26 1B 162 24 39
Octal 271 152 162 0 53 46 33 542 44 71
Binary 10111001 1101010 1110010 0 101011 100110 11011 101100010 100100 111001

Color Harmonies of #B96A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A72

Black with #B96A72

Text Example


Text Example

White with #B96A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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