Html Css Color HEX #B06E52 Sante Fe

📋 copy color: '#B06E52'

red 176 ◦ green 110 ◦ blue 82

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

Shades of Sante Fe #B06E52

Tints of Sante Fe #B06E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 47.83%
G = 29.89%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B06E52 (or 0xB06E52) is known color: Sante Fe. HEX triplet: B0, 6E and 52. RGB value is (176,110,82). Sum of RGB (Red+Green+Blue) = 176+110+82=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E52 is #4F91AD. Grayscale: #7E7E7E. Windows color (decimal): -5214638 or 5402288. OLE color: 5402288.

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

Color convert

RGB 176 110 82 -
CMYK 0 0.37 0.53 0.31
HSL 17.87º 0.37% 0.51% -
HSV(B) 17.87º 0.53% 0.69% -
XYZ 25 20.99 10.72 -
YUV 126.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 176 110 82 0 0.37 0.53 0.31 17.87 0.37 0.51
Hex B0 6E 52 0 25 35 1F 12 25 33
Octal 260 156 122 0 45 65 37 22 45 63
Binary 10110000 1101110 1010010 0 100101 110101 11111 10010 100101 110011

Color Harmonies of #B06E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E52

Black with #B06E52

Text Example


Text Example

White with #B06E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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