Html Css Color HEX #BC8362 Burning Sand

📋 copy color: '#BC8362'

red 188 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #BC8362

Tints of Burning Sand #BC8362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 45.08%
G = 31.41%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8362 (or 0xBC8362) is known color: Burning Sand. HEX triplet: BC, 83 and 62. RGB value is (188,131,98). Sum of RGB (Red+Green+Blue) = 188+131+98=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8362 is #437C9D. Grayscale: #909090. Windows color (decimal): -4422814 or 6456252. OLE color: 6456252.

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

Color convert

RGB 188 131 98 -
CMYK 0 0.30 0.48 0.26
HSL 22º 0.4% 0.56% -
HSV(B) 22º 0.48% 0.74% -
XYZ 31.06 27.81 15.29 -
YUV 144.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 188 131 98 0 0.30 0.48 0.26 22 0.4 0.56
Hex BC 83 62 0 1E 30 1A 16 28 38
Octal 274 203 142 0 36 60 32 26 50 70
Binary 10111100 10000011 1100010 0 11110 110000 11010 10110 101000 111000

Color Harmonies of #BC8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8362

Black with #BC8362

Text Example


Text Example

White with #BC8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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