#BF7E67

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

Shades of Burning Sand #BF7E67

Tints of Burning Sand #BF7E67

Color information

#BF7E67 (or 0xBF7E67) is unknown color: approx Burning Sand. HEX triplet: BF, 7E and 67. RGB value is (191,126,103). Sum of RGB (Red+Green+Blue) = 191+126+103=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E67 is #408198. Grayscale: #8E8E8E. Windows color (decimal): -4227481 or 6782655. OLE color: 6782655.

HSL color Cylindrical-coordinate representation of color #BF7E67: hue angle of 15.68º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7E67 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191126103-
CMYK00.340.460.25
HSL15.68º40.74%57.65%-
HSV(B)15.68º46.07%74.9%-
XYZ31.3926.9816.38-
YUV142.81105.53162.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=45.48%
G=30%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112610300.340.460.2515.6840.7457.65
HexBF7E670222E1910293a
Octal2771761470425631205172
Binary101111111111110110011101000101011101100110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E67; }

 p { color: rgb(191,126,103); }

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

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

 a { background-color: rgb(191,126,103); }

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

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

 span { border-color: rgb(191,126,103); }

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