Html Css Color HEX #BC8062 Burning Sand

📋 copy color: '#BC8062'

red 188 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #BC8062

Tints of Burning Sand #BC8062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 45.41%
G = 30.92%
B = 23.67%

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

#BC8062 (or 0xBC8062) is known color: Burning Sand. HEX triplet: BC, 80 and 62. RGB value is (188,128,98). Sum of RGB (Red+Green+Blue) = 188+128+98=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8062 is #437F9D. Grayscale: #8E8E8E. Windows color (decimal): -4423582 or 6455484. OLE color: 6455484.

HSL color Cylindrical-coordinate representation of color #BC8062: hue angle of 20º 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 #BC8062 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 98 -
CMYK 0 0.32 0.48 0.26
HSL 20º 0.4% 0.56% -
HSV(B) 20º 0.48% 0.74% -
XYZ 30.66 27.01 15.15 -
YUV 142.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 188 128 98 0 0.32 0.48 0.26 20 0.4 0.56
Hex BC 80 62 0 20 30 1A 14 28 38
Octal 274 200 142 0 40 60 32 24 50 70
Binary 10111100 10000000 1100010 0 100000 110000 11010 10100 101000 111000

Color Harmonies of #BC8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8062

Black with #BC8062

Text Example


Text Example

White with #BC8062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8062; }

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

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

background-color css

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

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

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

border-color css

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

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

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