Html Css Color HEX #BB805F Burning Sand

📋 copy color: '#BB805F'

red 187 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #BB805F

Tints of Burning Sand #BB805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 45.61%
G = 31.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB805F (or 0xBB805F) is known color: Burning Sand. HEX triplet: BB, 80 and 5F. RGB value is (187,128,95). Sum of RGB (Red+Green+Blue) = 187+128+95=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB805F is #447FA0. Grayscale: #8E8E8E. Windows color (decimal): -4489121 or 6258875. OLE color: 6258875.

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

Color convert

RGB 187 128 95 -
CMYK 0 0.32 0.49 0.27
HSL 21.52º 0.4% 0.55% -
HSV(B) 21.52º 0.49% 0.73% -
XYZ 30.28 26.83 14.41 -
YUV 141.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 187 128 95 0 0.32 0.49 0.27 21.52 0.4 0.55
Hex BB 80 5F 0 20 31 1B 16 28 37
Octal 273 200 137 0 40 61 33 26 50 67
Binary 10111011 10000000 1011111 0 100000 110001 11011 10110 101000 110111

Color Harmonies of #BB805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB805F

Black with #BB805F

Text Example


Text Example

White with #BB805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB805F; }

 p { color: rgb(187,128,95); }

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

background-color css

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

 a { background-color: rgb(187,128,95); }

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

border-color css

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

 span { border-color: rgb(187,128,95); }

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