#B7684C

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

Shades of Sante Fe #B7684C

Tints of Sante Fe #B7684C

Color information

#B7684C (or 0xB7684C) is unknown color: approx Sante Fe. HEX triplet: B7, 68 and 4C. RGB value is (183,104,76). Sum of RGB (Red+Green+Blue) = 183+104+76=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7684C is #4897B3. Grayscale: #7C7C7C. Windows color (decimal): -4757428 or 5007543. OLE color: 5007543.

HSL color Cylindrical-coordinate representation of color #B7684C: hue angle of 15.7º 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 #B7684C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18310476-
CMYK00.430.580.28
HSL15.7º42.63%50.78%-
HSV(B)15.7º58.47%71.76%-
XYZ25.7820.499.43-
YUV124.43100.67169.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=50.41%
G=28.65%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831047600.430.580.2815.742.6350.78
HexB7684C02B3A1C102b33
Octal2671501140537234205363
Binary101101111101000100110001010111110101110010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7684C; }

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

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

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

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

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

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

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

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