Html Css Color HEX #B27259 Sante Fe

📋 copy color: '#B27259'

red 178 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #B27259

Tints of Sante Fe #B27259

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

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

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

R = 46.72%
G = 29.92%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B27259 (or 0xB27259) is known color: Sante Fe. HEX triplet: B2, 72 and 59. RGB value is (178,114,89). Sum of RGB (Red+Green+Blue) = 178+114+89=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27259 is #4D8DA6. Grayscale: #828282. Windows color (decimal): -5082535 or 5862066. OLE color: 5862066.

HSL color Cylindrical-coordinate representation of color #B27259: hue angle of 16.85º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27259 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 89 -
CMYK 0 0.36 0.5 0.30
HSL 16.85º 0.37% 0.52% -
HSV(B) 16.85º 0.5% 0.7% -
XYZ 26.18 22.22 12.36 -
YUV 130.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 178 114 89 0 0.36 0.5 0.30 16.85 0.37 0.52
Hex B2 72 59 0 24 32 1E 11 25 34
Octal 262 162 131 0 44 62 36 21 45 64
Binary 10110010 1110010 1011001 0 100100 110010 11110 10001 100101 110100

Color Harmonies of #B27259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27259

Black with #B27259

Text Example


Text Example

White with #B27259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27259; }

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

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

background-color css

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

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

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

border-color css

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

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

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