Html Css Color HEX #B06E4D Sante Fe

📋 copy color: '#B06E4D'

red 176 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #B06E4D

Tints of Sante Fe #B06E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 48.48%
G = 30.3%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B06E4D (or 0xB06E4D) is known color: Sante Fe. HEX triplet: B0, 6E and 4D. RGB value is (176,110,77). Sum of RGB (Red+Green+Blue) = 176+110+77=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E4D is #4F91B2. Grayscale: #7E7E7E. Windows color (decimal): -5214643 or 5074608. OLE color: 5074608.

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

Color convert

RGB 176 110 77 -
CMYK 0 0.37 0.56 0.31
HSL 20º 0.39% 0.5% -
HSV(B) 20º 0.56% 0.69% -
XYZ 24.82 20.92 9.75 -
YUV 125.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 176 110 77 0 0.37 0.56 0.31 20 0.39 0.5
Hex B0 6E 4D 0 25 38 1F 14 27 32
Octal 260 156 115 0 45 70 37 24 47 62
Binary 10110000 1101110 1001101 0 100101 111000 11111 10100 100111 110010

Color Harmonies of #B06E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06E4D

Black with #B06E4D

Text Example


Text Example

White with #B06E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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