Html Css Color HEX #B3704D Sante Fe

📋 copy color: '#B3704D'

red 179 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B3704D

Tints of Sante Fe #B3704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 48.64%
G = 30.43%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3704D (or 0xB3704D) is known color: Sante Fe. HEX triplet: B3, 70 and 4D. RGB value is (179,112,77). Sum of RGB (Red+Green+Blue) = 179+112+77=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3704D is #4C8FB2. Grayscale: #808080. Windows color (decimal): -5017523 or 5075123. OLE color: 5075123.

HSL color Cylindrical-coordinate representation of color #B3704D: hue angle of 20.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3704D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 77 -
CMYK 0 0.37 0.57 0.30
HSL 20.59º 0.4% 0.5% -
HSV(B) 20.59º 0.57% 0.7% -
XYZ 25.72 21.71 9.86 -
YUV 128.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 179 112 77 0 0.37 0.57 0.30 20.59 0.4 0.5
Hex B3 70 4D 0 25 39 1E 15 28 32
Octal 263 160 115 0 45 71 36 25 50 62
Binary 10110011 1110000 1001101 0 100101 111001 11110 10101 101000 110010

Color Harmonies of #B3704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3704D

Black with #B3704D

Text Example


Text Example

White with #B3704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3704D; }

 p { color: rgb(179,112,77); }

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

background-color css

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

 a { background-color: rgb(179,112,77); }

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

border-color css

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

 span { border-color: rgb(179,112,77); }

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