Html Css Color HEX #B36350 Sante Fe

📋 copy color: '#B36350'

red 179 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #B36350

Tints of Sante Fe #B36350

RGB

 RED value IS 179 (70.31% from 255) = 50%

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 50%
G = 27.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B36350 (or 0xB36350) is known color: Sante Fe. HEX triplet: B3, 63 and 50. RGB value is (179,99,80). Sum of RGB (Red+Green+Blue) = 179+99+80=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B36350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36350 is #4C9CAF. Grayscale: #787878. Windows color (decimal): -5020848 or 5268403. OLE color: 5268403.

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

Color convert

RGB 179 99 80 -
CMYK 0 0.45 0.55 0.30
HSL 11.52º 0.39% 0.51% -
HSV(B) 11.52º 0.55% 0.7% -
XYZ 24.5 19.09 9.98 -
YUV 120.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 179 99 80 0 0.45 0.55 0.30 11.52 0.39 0.51
Hex B3 63 50 0 2D 37 1E C 27 33
Octal 263 143 120 0 55 67 36 14 47 63
Binary 10110011 1100011 1010000 0 101101 110111 11110 1100 100111 110011

Color Harmonies of #B36350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36350

Black with #B36350

Text Example


Text Example

White with #B36350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36350; }

 p { color: rgb(179,99,80); }

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

background-color css

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

 a { background-color: rgb(179,99,80); }

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

border-color css

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

 span { border-color: rgb(179,99,80); }

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