Html Css Color HEX #B0704D Sante Fe

📋 copy color: '#B0704D'

red 176 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #B0704D

Tints of Sante Fe #B0704D

RGB

 RED value IS 176 (69.14% from 255) = 48.22%

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

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

R = 48.22%
G = 30.68%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0704D (or 0xB0704D) is known color: Sante Fe. HEX triplet: B0, 70 and 4D. RGB value is (176,112,77). Sum of RGB (Red+Green+Blue) = 176+112+77=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0704D is #4F8FB2. Grayscale: #7F7F7F. Windows color (decimal): -5214131 or 5075120. OLE color: 5075120.

HSL color Cylindrical-coordinate representation of color #B0704D: hue angle of 21.21º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0704D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 77 -
CMYK 0 0.36 0.56 0.31
HSL 21.21º 0.39% 0.5% -
HSV(B) 21.21º 0.56% 0.69% -
XYZ 25.04 21.35 9.82 -
YUV 127.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 176 112 77 0 0.36 0.56 0.31 21.21 0.39 0.5
Hex B0 70 4D 0 24 38 1F 15 27 32
Octal 260 160 115 0 44 70 37 25 47 62
Binary 10110000 1110000 1001101 0 100100 111000 11111 10101 100111 110010

Color Harmonies of #B0704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0704D

Black with #B0704D

Text Example


Text Example

White with #B0704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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