Html Css Color HEX #B2704D Sante Fe

📋 copy color: '#B2704D'

red 178 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B2704D

Tints of Sante Fe #B2704D

RGB

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

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

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

R = 48.5%
G = 30.52%
B = 20.98%

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

#B2704D (or 0xB2704D) is known color: Sante Fe. HEX triplet: B2, 70 and 4D. RGB value is (178,112,77). Sum of RGB (Red+Green+Blue) = 178+112+77=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2704D is #4D8FB2. Grayscale: #7F7F7F. Windows color (decimal): -5083059 or 5075122. OLE color: 5075122.

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

Color convert

RGB 178 112 77 -
CMYK 0 0.37 0.57 0.30
HSL 20.79º 0.4% 0.5% -
HSV(B) 20.79º 0.57% 0.7% -
XYZ 25.49 21.59 9.84 -
YUV 127.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 178 112 77 0 0.37 0.57 0.30 20.79 0.4 0.5
Hex B2 70 4D 0 25 39 1E 15 28 32
Octal 262 160 115 0 45 71 36 25 50 62
Binary 10110010 1110000 1001101 0 100101 111001 11110 10101 101000 110010

Color Harmonies of #B2704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2704D

Black with #B2704D

Text Example


Text Example

White with #B2704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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