Html Css Color HEX #BC805E Burning Sand

📋 copy color: '#BC805E'

red 188 ◦ green 128 ◦ blue 94

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

Shades of Burning Sand #BC805E

Tints of Burning Sand #BC805E

RGB

 RED value IS 188 (73.83% from 255) = 45.85%

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

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

R = 45.85%
G = 31.22%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC805E (or 0xBC805E) is known color: Burning Sand. HEX triplet: BC, 80 and 5E. RGB value is (188,128,94). Sum of RGB (Red+Green+Blue) = 188+128+94=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805E is #437FA1. Grayscale: #8E8E8E. Windows color (decimal): -4423586 or 6193340. OLE color: 6193340.

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

Color convert

RGB 188 128 94 -
CMYK 0 0.32 0.50 0.26
HSL 21.7º 0.41% 0.55% -
HSV(B) 21.7º 0.5% 0.74% -
XYZ 30.48 26.94 14.18 -
YUV 142.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 188 128 94 0 0.32 0.50 0.26 21.7 0.41 0.55
Hex BC 80 5E 0 20 32 1A 16 29 37
Octal 274 200 136 0 40 62 32 26 51 67
Binary 10111100 10000000 1011110 0 100000 110010 11010 10110 101001 110111

Color Harmonies of #BC805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC805E

Black with #BC805E

Text Example


Text Example

White with #BC805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC805E; }

 p { color: rgb(188,128,94); }

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

background-color css

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

 a { background-color: rgb(188,128,94); }

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

border-color css

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

 span { border-color: rgb(188,128,94); }

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