Html Css Color HEX #B27352 Sante Fe

📋 copy color: '#B27352'

red 178 ◦ green 115 ◦ blue 82

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

Shades of Sante Fe #B27352

Tints of Sante Fe #B27352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 47.47%
G = 30.67%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B27352 (or 0xB27352) is known color: Sante Fe. HEX triplet: B2, 73 and 52. RGB value is (178,115,82). Sum of RGB (Red+Green+Blue) = 178+115+82=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B27352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27352 is #4D8CAD. Grayscale: #828282. Windows color (decimal): -5082286 or 5403570. OLE color: 5403570.

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

Color convert

RGB 178 115 82 -
CMYK 0 0.35 0.54 0.30
HSL 20.63º 0.38% 0.51% -
HSV(B) 20.63º 0.54% 0.7% -
XYZ 26.01 22.34 10.92 -
YUV 130.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 178 115 82 0 0.35 0.54 0.30 20.63 0.38 0.51
Hex B2 73 52 0 23 36 1E 15 26 33
Octal 262 163 122 0 43 66 36 25 46 63
Binary 10110010 1110011 1010010 0 100011 110110 11110 10101 100110 110011

Color Harmonies of #B27352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27352

Black with #B27352

Text Example


Text Example

White with #B27352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27352; }

 p { color: rgb(178,115,82); }

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

background-color css

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

 a { background-color: rgb(178,115,82); }

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

border-color css

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

 span { border-color: rgb(178,115,82); }

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