#BB7B61

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

Shades of Burning Sand #BB7B61

Tints of Burning Sand #BB7B61

Color information

#BB7B61 (or 0xBB7B61) is unknown color: approx Burning Sand. HEX triplet: BB, 7B and 61. RGB value is (187,123,97). Sum of RGB (Red+Green+Blue) = 187+123+97=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B61 is #44849E. Grayscale: #8B8B8B. Windows color (decimal): -4490399 or 6388667. OLE color: 6388667.

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

Color convert

RGB18712397-
CMYK00.340.480.27
HSL17.33º39.82%55.69%-
HSV(B)17.33º48.13%73.33%-
XYZ29.7325.5914.68-
YUV139.17104.2162.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=45.95%
G=30.22%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871239700.340.480.2717.3339.8255.69
HexBB7B61022301B112838
Octal2731731410426033215070
Binary101110111111011110000101000101100001101110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B61; }

 p { color: rgb(187,123,97); }

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

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

 a { background-color: rgb(187,123,97); }

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

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

 span { border-color: rgb(187,123,97); }

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