Html Css Color HEX #BB7E5E Burning Sand

📋 copy color: '#BB7E5E'

red 187 ◦ green 126 ◦ blue 94

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

Shades of Burning Sand #BB7E5E

Tints of Burning Sand #BB7E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 45.95%
G = 30.96%
B = 23.1%

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

#BB7E5E (or 0xBB7E5E) is known color: Burning Sand. HEX triplet: BB, 7E and 5E. RGB value is (187,126,94). Sum of RGB (Red+Green+Blue) = 187+126+94=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E5E is #4481A1. Grayscale: #8C8C8C. Windows color (decimal): -4489634 or 6192827. OLE color: 6192827.

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

Color convert

RGB 187 126 94 -
CMYK 0 0.33 0.50 0.27
HSL 20.65º 0.41% 0.55% -
HSV(B) 20.65º 0.5% 0.73% -
XYZ 29.97 26.29 14.09 -
YUV 140.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 187 126 94 0 0.33 0.50 0.27 20.65 0.41 0.55
Hex BB 7E 5E 0 21 32 1B 15 29 37
Octal 273 176 136 0 41 62 33 25 51 67
Binary 10111011 1111110 1011110 0 100001 110010 11011 10101 101001 110111

Color Harmonies of #BB7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E5E

Black with #BB7E5E

Text Example


Text Example

White with #BB7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E5E; }

 p { color: rgb(187,126,94); }

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

background-color css

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

 a { background-color: rgb(187,126,94); }

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

border-color css

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

 span { border-color: rgb(187,126,94); }

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