Html Css Color HEX #BB7C5D Burning Sand

📋 copy color: '#BB7C5D'

red 187 ◦ green 124 ◦ blue 93

#BB7C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #BB7C5D

Tints of Burning Sand #BB7C5D

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

 GREEN value IS 124 (48.83% from 255) = 30.69%

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 46.29%
G = 30.69%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB7C5D (or 0xBB7C5D) is known color: Burning Sand. HEX triplet: BB, 7C and 5D. RGB value is (187,124,93). Sum of RGB (Red+Green+Blue) = 187+124+93=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C5D is #4483A2. Grayscale: #8B8B8B. Windows color (decimal): -4490147 or 6126779. OLE color: 6126779.

HSL color Cylindrical-coordinate representation of color #BB7C5D: hue angle of 19.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7C5D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 93 -
CMYK 0 0.34 0.50 0.27
HSL 19.79º 0.41% 0.55% -
HSV(B) 19.79º 0.5% 0.73% -
XYZ 29.68 25.77 13.77 -
YUV 139.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 187 124 93 0 0.34 0.50 0.27 19.79 0.41 0.55
Hex BB 7C 5D 0 22 32 1B 14 29 37
Octal 273 174 135 0 42 62 33 24 51 67
Binary 10111011 1111100 1011101 0 100010 110010 11011 10100 101001 110111

Color Harmonies of #BB7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C5D

Black with #BB7C5D

Text Example


Text Example

White with #BB7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C5D; }

 p { color: rgb(187,124,93); }

 H1.HeaderClassName
 {
   color: #BB7C5D;
 }
 .AnyTagClassName
 {
   color: #BB7C5D;
 }
</style>

background-color css

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

 a { background-color: rgb(187,124,93); }

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

border-color css

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

 span { border-color: rgb(187,124,93); }

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