Html Css Color HEX #B27053 Sante Fe

📋 copy color: '#B27053'

red 178 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #B27053

Tints of Sante Fe #B27053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 47.72%
G = 30.03%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B27053 (or 0xB27053) is known color: Sante Fe. HEX triplet: B2, 70 and 53. RGB value is (178,112,83). Sum of RGB (Red+Green+Blue) = 178+112+83=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B27053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27053 is #4D8FAC. Grayscale: #808080. Windows color (decimal): -5083053 or 5468338. OLE color: 5468338.

HSL color Cylindrical-coordinate representation of color #B27053: hue angle of 18.32º 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 #B27053 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 83 -
CMYK 0 0.37 0.53 0.30
HSL 18.32º 0.38% 0.51% -
HSV(B) 18.32º 0.53% 0.7% -
XYZ 25.72 21.68 11.01 -
YUV 128.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 178 112 83 0 0.37 0.53 0.30 18.32 0.38 0.51
Hex B2 70 53 0 25 35 1E 12 26 33
Octal 262 160 123 0 45 65 36 22 46 63
Binary 10110010 1110000 1010011 0 100101 110101 11110 10010 100110 110011

Color Harmonies of #B27053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27053

Black with #B27053

Text Example


Text Example

White with #B27053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27053; }

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

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

background-color css

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

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

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

border-color css

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

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

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