#b7674c

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

Shades of Sante Fe #B7674C

Tints of Sante Fe #B7674C

Color information

#B7674C (or 0xB7674C) is unknown color: approx Sante Fe. HEX triplet: B7, 67 and 4C. RGB value is (183,103,76). Sum of RGB (Red+Green+Blue) = 183+103+76=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7674C is #4898B3. Grayscale: #7C7C7C. Windows color (decimal): -4757684 or 5007287. OLE color: 5007287.

HSL color Cylindrical-coordinate representation of color #B7674C: hue angle of 15.14º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7674C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18310376-
CMYK00.440.580.28
HSL15.14º42.63%50.78%-
HSV(B)15.14º58.47%71.76%-
XYZ25.6820.299.4-
YUV123.84101170.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=50.55%
G=28.45%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831037600.440.580.2815.1442.6350.78
HexB7674C02C3A1Cf2b33
Octal2671471140547234175363
Binary10110111110011110011000101100111010111001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7674c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7674c; }

 p { color: rgb(183,103,76); }

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

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

 a { background-color: rgb(183,103,76); }

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

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

 span { border-color: rgb(183,103,76); }

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