Html Css Color HEX #B0704C Sante Fe

📋 copy color: '#B0704C'

red 176 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #B0704C

Tints of Sante Fe #B0704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 48.35%
G = 30.77%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0704C (or 0xB0704C) is known color: Sante Fe. HEX triplet: B0, 70 and 4C. RGB value is (176,112,76). Sum of RGB (Red+Green+Blue) = 176+112+76=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0704C is #4F8FB3. Grayscale: #7F7F7F. Windows color (decimal): -5214132 or 5009584. OLE color: 5009584.

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

Color convert

RGB 176 112 76 -
CMYK 0 0.36 0.57 0.31
HSL 21.6º 0.4% 0.49% -
HSV(B) 21.6º 0.57% 0.69% -
XYZ 25 21.34 9.64 -
YUV 127.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 176 112 76 0 0.36 0.57 0.31 21.6 0.4 0.49
Hex B0 70 4C 0 24 39 1F 16 28 31
Octal 260 160 114 0 44 71 37 26 50 61
Binary 10110000 1110000 1001100 0 100100 111001 11111 10110 101000 110001

Color Harmonies of #B0704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0704C

Black with #B0704C

Text Example


Text Example

White with #B0704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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