Html Css Color HEX #B27353 Sante Fe

📋 copy color: '#B27353'

red 178 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #B27353

Tints of Sante Fe #B27353

RGB

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

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

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

R = 47.34%
G = 30.59%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B27353 (or 0xB27353) is known color: Sante Fe. HEX triplet: B2, 73 and 53. RGB value is (178,115,83). Sum of RGB (Red+Green+Blue) = 178+115+83=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27353 is #4D8CAC. Grayscale: #828282. Windows color (decimal): -5082285 or 5469106. OLE color: 5469106.

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

Color convert

RGB 178 115 83 -
CMYK 0 0.35 0.53 0.30
HSL 20.21º 0.38% 0.51% -
HSV(B) 20.21º 0.53% 0.7% -
XYZ 26.05 22.35 11.12 -
YUV 130.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 178 115 83 0 0.35 0.53 0.30 20.21 0.38 0.51
Hex B2 73 53 0 23 35 1E 14 26 33
Octal 262 163 123 0 43 65 36 24 46 63
Binary 10110010 1110011 1010011 0 100011 110101 11110 10100 100110 110011

Color Harmonies of #B27353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27353

Black with #B27353

Text Example


Text Example

White with #B27353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27353; }

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

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

background-color css

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

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

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

border-color css

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

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

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