Html Css Color HEX #BB7D5D Burning Sand

📋 copy color: '#BB7D5D'

red 187 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #BB7D5D

Tints of Burning Sand #BB7D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

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

R = 46.17%
G = 30.86%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB7D5D (or 0xBB7D5D) is known color: Burning Sand. HEX triplet: BB, 7D and 5D. RGB value is (187,125,93). Sum of RGB (Red+Green+Blue) = 187+125+93=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D5D is #4482A2. Grayscale: #8C8C8C. Windows color (decimal): -4489891 or 6127035. OLE color: 6127035.

HSL color Cylindrical-coordinate representation of color #BB7D5D: hue angle of 20.43º 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 #BB7D5D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 93 -
CMYK 0 0.33 0.50 0.27
HSL 20.43º 0.41% 0.55% -
HSV(B) 20.43º 0.5% 0.73% -
XYZ 29.8 26.02 13.81 -
YUV 139.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 187 125 93 0 0.33 0.50 0.27 20.43 0.41 0.55
Hex BB 7D 5D 0 21 32 1B 14 29 37
Octal 273 175 135 0 41 62 33 24 51 67
Binary 10111011 1111101 1011101 0 100001 110010 11011 10100 101001 110111

Color Harmonies of #BB7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D5D

Black with #BB7D5D

Text Example


Text Example

White with #BB7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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