#BB7F67

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

Shades of Burning Sand #BB7F67

Tints of Burning Sand #BB7F67

Color information

#BB7F67 (or 0xBB7F67) is unknown color: approx Burning Sand. HEX triplet: BB, 7F and 67. RGB value is (187,127,103). Sum of RGB (Red+Green+Blue) = 187+127+103=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F67 is #448098. Grayscale: #8E8E8E. Windows color (decimal): -4489369 or 6782907. OLE color: 6782907.

HSL color Cylindrical-coordinate representation of color #BB7F67: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7F67 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187127103-
CMYK00.320.450.27
HSL17.14º38.18%56.86%-
HSV(B)17.14º44.92%73.33%-
XYZ30.5326.7216.38-
YUV142.2105.88159.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=44.84%
G=30.46%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712710300.320.450.2717.1438.1856.86
HexBB7F670202D1B112639
Octal2731771470405533214671
Binary101110111111111110011101000001011011101110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F67; }

 p { color: rgb(187,127,103); }

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

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

 a { background-color: rgb(187,127,103); }

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

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

 span { border-color: rgb(187,127,103); }

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