Html Css Color HEX #BC8361 Burning Sand

📋 copy color: '#BC8361'

red 188 ◦ green 131 ◦ blue 97

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

Shades of Burning Sand #BC8361

Tints of Burning Sand #BC8361

RGB

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

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

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

R = 45.19%
G = 31.49%
B = 23.32%

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

#BC8361 (or 0xBC8361) is known color: Burning Sand. HEX triplet: BC, 83 and 61. RGB value is (188,131,97). Sum of RGB (Red+Green+Blue) = 188+131+97=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8361 is #437C9E. Grayscale: #909090. Windows color (decimal): -4422815 or 6390716. OLE color: 6390716.

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

Color convert

RGB 188 131 97 -
CMYK 0 0.30 0.48 0.26
HSL 22.42º 0.4% 0.56% -
HSV(B) 22.42º 0.48% 0.74% -
XYZ 31.01 27.79 15.04 -
YUV 144.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 188 131 97 0 0.30 0.48 0.26 22.42 0.4 0.56
Hex BC 83 61 0 1E 30 1A 16 28 38
Octal 274 203 141 0 36 60 32 26 50 70
Binary 10111100 10000011 1100001 0 11110 110000 11010 10110 101000 111000

Color Harmonies of #BC8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8361

Black with #BC8361

Text Example


Text Example

White with #BC8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8361; }

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

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

background-color css

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

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

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

border-color css

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

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

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