Html Css Color HEX #B17758 Sante Fe

📋 copy color: '#B17758'

red 177 ◦ green 119 ◦ blue 88

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

Shades of Sante Fe #B17758

Tints of Sante Fe #B17758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 46.09%
G = 30.99%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B17758 (or 0xB17758) is known color: Sante Fe. HEX triplet: B1, 77 and 58. RGB value is (177,119,88). Sum of RGB (Red+Green+Blue) = 177+119+88=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B17758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17758 is #4E88A7. Grayscale: #848484. Windows color (decimal): -5146792 or 5797809. OLE color: 5797809.

HSL color Cylindrical-coordinate representation of color #B17758: hue angle of 20.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17758 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 88 -
CMYK 0 0.33 0.50 0.31
HSL 20.9º 0.36% 0.52% -
HSV(B) 20.9º 0.5% 0.69% -
XYZ 26.49 23.25 12.32 -
YUV 132.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 177 119 88 0 0.33 0.50 0.31 20.9 0.36 0.52
Hex B1 77 58 0 21 32 1F 15 24 34
Octal 261 167 130 0 41 62 37 25 44 64
Binary 10110001 1110111 1011000 0 100001 110010 11111 10101 100100 110100

Color Harmonies of #B17758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17758

Black with #B17758

Text Example


Text Example

White with #B17758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17758; }

 p { color: rgb(177,119,88); }

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

background-color css

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

 a { background-color: rgb(177,119,88); }

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

border-color css

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

 span { border-color: rgb(177,119,88); }

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