Html Css Color HEX #BC8061 Burning Sand

📋 copy color: '#BC8061'

red 188 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #BC8061

Tints of Burning Sand #BC8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 45.52%
G = 30.99%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8061 (or 0xBC8061) is known color: Burning Sand. HEX triplet: BC, 80 and 61. RGB value is (188,128,97). Sum of RGB (Red+Green+Blue) = 188+128+97=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8061 is #437F9E. Grayscale: #8E8E8E. Windows color (decimal): -4423583 or 6389948. OLE color: 6389948.

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

Color convert

RGB 188 128 97 -
CMYK 0 0.32 0.48 0.26
HSL 20.44º 0.4% 0.56% -
HSV(B) 20.44º 0.48% 0.74% -
XYZ 30.62 26.99 14.91 -
YUV 142.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 188 128 97 0 0.32 0.48 0.26 20.44 0.4 0.56
Hex BC 80 61 0 20 30 1A 14 28 38
Octal 274 200 141 0 40 60 32 24 50 70
Binary 10111100 10000000 1100001 0 100000 110000 11010 10100 101000 111000

Color Harmonies of #BC8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8061

Black with #BC8061

Text Example


Text Example

White with #BC8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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