#BF835C

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

Shades of Burning Sand #BF835C

Tints of Burning Sand #BF835C

Color information

#BF835C (or 0xBF835C) is unknown color: approx Burning Sand. HEX triplet: BF, 83 and 5C. RGB value is (191,131,92). Sum of RGB (Red+Green+Blue) = 191+131+92=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF835C is #407CA3. Grayscale: #909090. Windows color (decimal): -4226212 or 6063039. OLE color: 6063039.

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

Color convert

RGB19113192-
CMYK00.310.520.25
HSL23.64º43.61%55.49%-
HSV(B)23.64º51.83%74.9%-
XYZ31.5328.0813.88-
YUV144.4998.38161.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=46.14%
G=31.64%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911319200.310.520.2523.6443.6155.49
HexBF835C01F3419182c37
Octal2772031340376431305467
Binary101111111000001110111000111111101001100111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF835C; }

 p { color: rgb(191,131,92); }

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

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

 a { background-color: rgb(191,131,92); }

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

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

 span { border-color: rgb(191,131,92); }

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