#B0784F

Color #B0784F Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B0784F

Tints of Sante Fe #B0784F

Color information

#B0784F (or 0xB0784F) is unknown color: approx Sante Fe. HEX triplet: B0, 78 and 4F. RGB value is (176,120,79). Sum of RGB (Red+Green+Blue) = 176+120+79=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0784F is #4F87B0. Grayscale: #848484. Windows color (decimal): -5212081 or 5208240. OLE color: 5208240.

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

Color convert

RGB17612079-
CMYK00.320.550.31
HSL25.36º38.04%50%-
HSV(B)25.36º55.11%69.02%-
XYZ26.0323.2310.51-
YUV132.0798.05159.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=46.93%
G=32%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761207900.320.550.3125.3638.0450
HexB0784F020371F192632
Octal2601701170406737314662
Binary101100001111000100111101000001101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0784F; }

 p { color: rgb(176,120,79); }

 H1.HeaderClassName
 {
   color: #B0784F;
 }
 .AnyTagClassName
 {
   color: #B0784F;
 }
</style>
background-color css

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

 a { background-color: rgb(176,120,79); }

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

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

 span { border-color: rgb(176,120,79); }

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