Html Css Color HEX #B17051 Sante Fe

📋 copy color: '#B17051'

red 177 ◦ green 112 ◦ blue 81

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

Shades of Sante Fe #B17051

Tints of Sante Fe #B17051

RGB

 RED value IS 177 (69.53% from 255) = 47.84%

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 47.84%
G = 30.27%
B = 21.89%

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

#B17051 (or 0xB17051) is known color: Sante Fe. HEX triplet: B1, 70 and 51. RGB value is (177,112,81). Sum of RGB (Red+Green+Blue) = 177+112+81=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B17051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17051 is #4E8FAE. Grayscale: #808080. Windows color (decimal): -5148591 or 5337265. OLE color: 5337265.

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

Color convert

RGB 177 112 81 -
CMYK 0 0.37 0.54 0.31
HSL 19.38º 0.38% 0.51% -
HSV(B) 19.38º 0.54% 0.69% -
XYZ 25.41 21.53 10.6 -
YUV 127.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 177 112 81 0 0.37 0.54 0.31 19.38 0.38 0.51
Hex B1 70 51 0 25 36 1F 13 26 33
Octal 261 160 121 0 45 66 37 23 46 63
Binary 10110001 1110000 1010001 0 100101 110110 11111 10011 100110 110011

Color Harmonies of #B17051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17051

Black with #B17051

Text Example


Text Example

White with #B17051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17051; }

 p { color: rgb(177,112,81); }

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

background-color css

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

 a { background-color: rgb(177,112,81); }

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

border-color css

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

 span { border-color: rgb(177,112,81); }

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