Html Css Color HEX #B06E51 Sante Fe

📋 copy color: '#B06E51'

red 176 ◦ green 110 ◦ blue 81

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

Shades of Sante Fe #B06E51

Tints of Sante Fe #B06E51

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 81 (32.03% from 255) = 22.07%

R = 47.96%
G = 29.97%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B06E51 (or 0xB06E51) is known color: Sante Fe. HEX triplet: B0, 6E and 51. RGB value is (176,110,81). Sum of RGB (Red+Green+Blue) = 176+110+81=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E51 is #4F91AE. Grayscale: #7E7E7E. Windows color (decimal): -5214639 or 5336752. OLE color: 5336752.

HSL color Cylindrical-coordinate representation of color #B06E51: hue angle of 18.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06E51 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 110 81 -
CMYK 0 0.37 0.54 0.31
HSL 18.32º 0.38% 0.5% -
HSV(B) 18.32º 0.54% 0.69% -
XYZ 24.97 20.98 10.52 -
YUV 126.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 176 110 81 0 0.37 0.54 0.31 18.32 0.38 0.5
Hex B0 6E 51 0 25 36 1F 12 26 32
Octal 260 156 121 0 45 66 37 22 46 62
Binary 10110000 1101110 1010001 0 100101 110110 11111 10010 100110 110010

Color Harmonies of #B06E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E51

Black with #B06E51

Text Example


Text Example

White with #B06E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E51; }

 p { color: rgb(176,110,81); }

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

background-color css

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

 a { background-color: rgb(176,110,81); }

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

border-color css

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

 span { border-color: rgb(176,110,81); }

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