Html Css Color HEX #BC8063 Burning Sand

📋 copy color: '#BC8063'

red 188 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #BC8063

Tints of Burning Sand #BC8063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 45.3%
G = 30.84%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8063 (or 0xBC8063) is known color: Burning Sand. HEX triplet: BC, 80 and 63. RGB value is (188,128,99). Sum of RGB (Red+Green+Blue) = 188+128+99=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8063 is #437F9C. Grayscale: #8E8E8E. Windows color (decimal): -4423581 or 6521020. OLE color: 6521020.

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

Color convert

RGB 188 128 99 -
CMYK 0 0.32 0.47 0.26
HSL 19.55º 0.4% 0.56% -
HSV(B) 19.55º 0.47% 0.74% -
XYZ 30.71 27.03 15.4 -
YUV 142.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 188 128 99 0 0.32 0.47 0.26 19.55 0.4 0.56
Hex BC 80 63 0 20 2F 1A 14 28 38
Octal 274 200 143 0 40 57 32 24 50 70
Binary 10111100 10000000 1100011 0 100000 101111 11010 10100 101000 111000

Color Harmonies of #BC8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8063

Black with #BC8063

Text Example


Text Example

White with #BC8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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