Html Css Color HEX #B67259 Sante Fe

📋 copy color: '#B67259'

red 182 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #B67259

Tints of Sante Fe #B67259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 47.27%
G = 29.61%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B67259 (or 0xB67259) is known color: Sante Fe. HEX triplet: B6, 72 and 59. RGB value is (182,114,89). Sum of RGB (Red+Green+Blue) = 182+114+89=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67259 is #498DA6. Grayscale: #838383. Windows color (decimal): -4820391 or 5862070. OLE color: 5862070.

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

Color convert

RGB 182 114 89 -
CMYK 0 0.37 0.51 0.29
HSL 16.13º 0.39% 0.53% -
HSV(B) 16.13º 0.51% 0.71% -
XYZ 27.11 22.7 12.4 -
YUV 131.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 182 114 89 0 0.37 0.51 0.29 16.13 0.39 0.53
Hex B6 72 59 0 25 33 1D 10 27 35
Octal 266 162 131 0 45 63 35 20 47 65
Binary 10110110 1110010 1011001 0 100101 110011 11101 10000 100111 110101

Color Harmonies of #B67259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67259

Black with #B67259

Text Example


Text Example

White with #B67259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67259; }

 p { color: rgb(182,114,89); }

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

background-color css

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

 a { background-color: rgb(182,114,89); }

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

border-color css

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

 span { border-color: rgb(182,114,89); }

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