#b8694f

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

Shades of Sante Fe #B8694F

Tints of Sante Fe #B8694F

Color information

#B8694F (or 0xB8694F) is unknown color: approx Sante Fe. HEX triplet: B8, 69 and 4F. RGB value is (184,105,79). Sum of RGB (Red+Green+Blue) = 184+105+79=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8694F is #4796B0. Grayscale: #7D7D7D. Windows color (decimal): -4691633 or 5204408. OLE color: 5204408.

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

Color convert

RGB18410579-
CMYK00.430.570.28
HSL14.86º42.51%51.57%-
HSV(B)14.86º57.07%72.16%-
XYZ26.2320.8610.04-
YUV125.66101.67169.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=50%
G=28.53%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841057900.430.570.2814.8642.5151.57
HexB8694F02B391Cf2b34
Octal2701511170537134175364
Binary10111000110100110011110101011111001111001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8694f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8694f; }

 p { color: rgb(184,105,79); }

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

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

 a { background-color: rgb(184,105,79); }

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

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

 span { border-color: rgb(184,105,79); }

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