Html Css Color HEX #BC805F Burning Sand

📋 copy color: '#BC805F'

red 188 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #BC805F

Tints of Burning Sand #BC805F

RGB

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

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

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

R = 45.74%
G = 31.14%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC805F (or 0xBC805F) is known color: Burning Sand. HEX triplet: BC, 80 and 5F. RGB value is (188,128,95). Sum of RGB (Red+Green+Blue) = 188+128+95=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805F is #437FA0. Grayscale: #8E8E8E. Windows color (decimal): -4423585 or 6258876. OLE color: 6258876.

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

Color convert

RGB 188 128 95 -
CMYK 0 0.32 0.49 0.26
HSL 21.29º 0.41% 0.55% -
HSV(B) 21.29º 0.49% 0.74% -
XYZ 30.52 26.96 14.42 -
YUV 142.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 188 128 95 0 0.32 0.49 0.26 21.29 0.41 0.55
Hex BC 80 5F 0 20 31 1A 15 29 37
Octal 274 200 137 0 40 61 32 25 51 67
Binary 10111100 10000000 1011111 0 100000 110001 11010 10101 101001 110111

Color Harmonies of #BC805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC805F

Black with #BC805F

Text Example


Text Example

White with #BC805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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