Html Css Color HEX #B27257 Sante Fe

📋 copy color: '#B27257'

red 178 ◦ green 114 ◦ blue 87

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

Shades of Sante Fe #B27257

Tints of Sante Fe #B27257

RGB

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

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

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

R = 46.97%
G = 30.08%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B27257 (or 0xB27257) is known color: Sante Fe. HEX triplet: B2, 72 and 57. RGB value is (178,114,87). Sum of RGB (Red+Green+Blue) = 178+114+87=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B27257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27257 is #4D8DA8. Grayscale: #828282. Windows color (decimal): -5082537 or 5730994. OLE color: 5730994.

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

Color convert

RGB 178 114 87 -
CMYK 0 0.36 0.51 0.30
HSL 17.8º 0.37% 0.52% -
HSV(B) 17.8º 0.51% 0.7% -
XYZ 26.1 22.19 11.92 -
YUV 130.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 178 114 87 0 0.36 0.51 0.30 17.8 0.37 0.52
Hex B2 72 57 0 24 33 1E 12 25 34
Octal 262 162 127 0 44 63 36 22 45 64
Binary 10110010 1110010 1010111 0 100100 110011 11110 10010 100101 110100

Color Harmonies of #B27257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27257

Black with #B27257

Text Example


Text Example

White with #B27257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27257; }

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

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

background-color css

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

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

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

border-color css

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

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

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