Html Css Color HEX #B27253 Sante Fe

📋 copy color: '#B27253'

red 178 ◦ green 114 ◦ blue 83

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

Shades of Sante Fe #B27253

Tints of Sante Fe #B27253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 47.47%
G = 30.4%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B27253 (or 0xB27253) is known color: Sante Fe. HEX triplet: B2, 72 and 53. RGB value is (178,114,83). Sum of RGB (Red+Green+Blue) = 178+114+83=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27253 is #4D8DAC. Grayscale: #818181. Windows color (decimal): -5082541 or 5468850. OLE color: 5468850.

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

Color convert

RGB 178 114 83 -
CMYK 0 0.36 0.53 0.30
HSL 19.58º 0.38% 0.51% -
HSV(B) 19.58º 0.53% 0.7% -
XYZ 25.94 22.12 11.09 -
YUV 129.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 178 114 83 0 0.36 0.53 0.30 19.58 0.38 0.51
Hex B2 72 53 0 24 35 1E 14 26 33
Octal 262 162 123 0 44 65 36 24 46 63
Binary 10110010 1110010 1010011 0 100100 110101 11110 10100 100110 110011

Color Harmonies of #B27253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27253

Black with #B27253

Text Example


Text Example

White with #B27253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27253; }

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

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

background-color css

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

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

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

border-color css

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

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

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