Html Css Color HEX #B06E5A Sante Fe

📋 copy color: '#B06E5A'

red 176 ◦ green 110 ◦ blue 90

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

Shades of Sante Fe #B06E5A

Tints of Sante Fe #B06E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 46.81%
G = 29.26%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B06E5A (or 0xB06E5A) is known color: Sante Fe. HEX triplet: B0, 6E and 5A. RGB value is (176,110,90). Sum of RGB (Red+Green+Blue) = 176+110+90=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E5A is #4F91A5. Grayscale: #7F7F7F. Windows color (decimal): -5214630 or 5926576. OLE color: 5926576.

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

Color convert

RGB 176 110 90 -
CMYK 0 0.37 0.49 0.31
HSL 13.95º 0.35% 0.52% -
HSV(B) 13.95º 0.49% 0.69% -
XYZ 25.33 21.12 12.41 -
YUV 127.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 176 110 90 0 0.37 0.49 0.31 13.95 0.35 0.52
Hex B0 6E 5A 0 25 31 1F E 23 34
Octal 260 156 132 0 45 61 37 16 43 64
Binary 10110000 1101110 1011010 0 100101 110001 11111 1110 100011 110100

Color Harmonies of #B06E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E5A

Black with #B06E5A

Text Example


Text Example

White with #B06E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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