#BF7B60

Color #BF7B60 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BF7B60

Tints of Burning Sand #BF7B60

Color information

#BF7B60 (or 0xBF7B60) is unknown color: approx Burning Sand. HEX triplet: BF, 7B and 60. RGB value is (191,123,96). Sum of RGB (Red+Green+Blue) = 191+123+96=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B60 is #40849F. Grayscale: #8C8C8C. Windows color (decimal): -4228256 or 6323135. OLE color: 6323135.

HSL color Cylindrical-coordinate representation of color #BF7B60: hue angle of 17.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7B60 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19112396-
CMYK00.360.500.25
HSL17.05º42.6%56.27%-
HSV(B)17.05º49.74%74.9%-
XYZ30.6826.0914.48-
YUV140.25103.03164.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=46.59%
G=30%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911239600.360.500.2517.0542.656.27
HexBF7B600243219112b38
Octal2771731400446231215370
Binary101111111111011110000001001001100101100110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B60; }

 p { color: rgb(191,123,96); }

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

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

 a { background-color: rgb(191,123,96); }

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

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

 span { border-color: rgb(191,123,96); }

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