#B7694B

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

Shades of Sante Fe #B7694B

Tints of Sante Fe #B7694B

Color information

#B7694B (or 0xB7694B) is unknown color: approx Sante Fe. HEX triplet: B7, 69 and 4B. RGB value is (183,105,75). Sum of RGB (Red+Green+Blue) = 183+105+75=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7694B is #4896B4. Grayscale: #7D7D7D. Windows color (decimal): -4757173 or 4942263. OLE color: 4942263.

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

Color convert

RGB18310575-
CMYK00.430.590.28
HSL16.67º42.86%50.59%-
HSV(B)16.67º59.02%71.76%-
XYZ25.8520.689.29-
YUV124.999.84169.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=50.41%
G=28.93%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831057500.430.590.2816.6742.8650.59
HexB7694B02B3B1C112b33
Octal2671511130537334215363
Binary101101111101001100101101010111110111110010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7694B; }

 p { color: rgb(183,105,75); }

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

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

 a { background-color: rgb(183,105,75); }

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

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

 span { border-color: rgb(183,105,75); }

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