#BB8465

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

Shades of Burning Sand #BB8465

Tints of Burning Sand #BB8465

Color information

#BB8465 (or 0xBB8465) is unknown color: approx Burning Sand. HEX triplet: BB, 84 and 65. RGB value is (187,132,101). Sum of RGB (Red+Green+Blue) = 187+132+101=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8465 is #447B9A. Grayscale: #919191. Windows color (decimal): -4488091 or 6653115. OLE color: 6653115.

HSL color Cylindrical-coordinate representation of color #BB8465: hue angle of 21.63º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8465 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB187132101-
CMYK00.290.460.27
HSL21.63º38.74%56.47%-
HSV(B)21.63º45.99%73.33%-
XYZ31.0928.0116.08-
YUV144.91103.22158.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=44.52%
G=31.43%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713210100.290.460.2721.6338.7456.47
HexBB846501D2E1B162738
Octal2732041450355633264770
Binary101110111000010011001010111011011101101110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8465; }

 p { color: rgb(187,132,101); }

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

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

 a { background-color: rgb(187,132,101); }

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

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

 span { border-color: rgb(187,132,101); }

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