#B4674B

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

Shades of Sante Fe #B4674B

Tints of Sante Fe #B4674B

Color information

#B4674B (or 0xB4674B) is unknown color: approx Sante Fe. HEX triplet: B4, 67 and 4B. RGB value is (180,103,75). Sum of RGB (Red+Green+Blue) = 180+103+75=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4674B is #4B98B4. Grayscale: #7B7B7B. Windows color (decimal): -4954293 or 4941748. OLE color: 4941748.

HSL color Cylindrical-coordinate representation of color #B4674B: hue angle of 16º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4674B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18010375-
CMYK00.430.580.29
HSL16º41.18%50%-
HSV(B)16º58.33%70.59%-
XYZ24.9419.919.19-
YUV122.83101.01168.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=50.28%
G=28.77%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801037500.430.580.291641.1850
HexB4674B02B3A1D102932
Octal2641471130537235205162
Binary101101001100111100101101010111110101110110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4674B; }

 p { color: rgb(180,103,75); }

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

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

 a { background-color: rgb(180,103,75); }

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

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

 span { border-color: rgb(180,103,75); }

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