#BF846B

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

Shades of Burning Sand #BF846B

Tints of Burning Sand #BF846B

Color information

#BF846B (or 0xBF846B) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 6B. RGB value is (191,132,107). Sum of RGB (Red+Green+Blue) = 191+132+107=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF846B is #407B94. Grayscale: #929292. Windows color (decimal): -4225941 or 7046335. OLE color: 7046335.

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

Color convert

RGB191132107-
CMYK00.310.440.25
HSL17.86º39.62%58.43%-
HSV(B)17.86º43.98%74.9%-
XYZ32.3928.6417.73-
YUV146.79105.55159.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=44.42%
G=30.70%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113210700.310.440.2517.8639.6258.43
HexBF846B01F2C1912283a
Octal2772041530375431225072
Binary101111111000010011010110111111011001100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF846B; }

 p { color: rgb(191,132,107); }

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

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

 a { background-color: rgb(191,132,107); }

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

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

 span { border-color: rgb(191,132,107); }

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