Html Css Color HEX #B67557 Sante Fe

📋 copy color: '#B67557'

red 182 ◦ green 117 ◦ blue 87

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

Shades of Sante Fe #B67557

Tints of Sante Fe #B67557

RGB

 RED value IS 182 (71.48% from 255) = 47.15%

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 47.15%
G = 30.31%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B67557 (or 0xB67557) is known color: Sante Fe. HEX triplet: B6, 75 and 57. RGB value is (182,117,87). Sum of RGB (Red+Green+Blue) = 182+117+87=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B67557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67557 is #498AA8. Grayscale: #858585. Windows color (decimal): -4819625 or 5731766. OLE color: 5731766.

HSL color Cylindrical-coordinate representation of color #B67557: hue angle of 18.95º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67557 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 87 -
CMYK 0 0.36 0.52 0.29
HSL 18.95º 0.39% 0.53% -
HSV(B) 18.95º 0.52% 0.71% -
XYZ 27.37 23.36 12.08 -
YUV 133.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 182 117 87 0 0.36 0.52 0.29 18.95 0.39 0.53
Hex B6 75 57 0 24 34 1D 13 27 35
Octal 266 165 127 0 44 64 35 23 47 65
Binary 10110110 1110101 1010111 0 100100 110100 11101 10011 100111 110101

Color Harmonies of #B67557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67557

Black with #B67557

Text Example


Text Example

White with #B67557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67557; }

 p { color: rgb(182,117,87); }

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

background-color css

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

 a { background-color: rgb(182,117,87); }

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

border-color css

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

 span { border-color: rgb(182,117,87); }

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