Html Css Color HEX #BC805D Burning Sand

📋 copy color: '#BC805D'

red 188 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #BC805D

Tints of Burning Sand #BC805D

RGB

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

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

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

R = 45.97%
G = 31.3%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC805D (or 0xBC805D) is known color: Burning Sand. HEX triplet: BC, 80 and 5D. RGB value is (188,128,93). Sum of RGB (Red+Green+Blue) = 188+128+93=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805D is #437FA2. Grayscale: #8E8E8E. Windows color (decimal): -4423587 or 6127804. OLE color: 6127804.

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

Color convert

RGB 188 128 93 -
CMYK 0 0.32 0.51 0.26
HSL 22.11º 0.41% 0.55% -
HSV(B) 22.11º 0.51% 0.74% -
XYZ 30.43 26.92 13.95 -
YUV 141.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 188 128 93 0 0.32 0.51 0.26 22.11 0.41 0.55
Hex BC 80 5D 0 20 33 1A 16 29 37
Octal 274 200 135 0 40 63 32 26 51 67
Binary 10111100 10000000 1011101 0 100000 110011 11010 10110 101001 110111

Color Harmonies of #BC805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC805D

Black with #BC805D

Text Example


Text Example

White with #BC805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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