Html Css Color HEX #BC8461 Burning Sand

📋 copy color: '#BC8461'

red 188 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #BC8461

Tints of Burning Sand #BC8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

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

R = 45.08%
G = 31.65%
B = 23.26%

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

#BC8461 (or 0xBC8461) is known color: Burning Sand. HEX triplet: BC, 84 and 61. RGB value is (188,132,97). Sum of RGB (Red+Green+Blue) = 188+132+97=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8461 is #437B9E. Grayscale: #909090. Windows color (decimal): -4422559 or 6390972. OLE color: 6390972.

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

Color convert

RGB 188 132 97 -
CMYK 0 0.30 0.48 0.26
HSL 23.08º 0.4% 0.56% -
HSV(B) 23.08º 0.48% 0.74% -
XYZ 31.15 28.06 15.08 -
YUV 144.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 188 132 97 0 0.30 0.48 0.26 23.08 0.4 0.56
Hex BC 84 61 0 1E 30 1A 17 28 38
Octal 274 204 141 0 36 60 32 27 50 70
Binary 10111100 10000100 1100001 0 11110 110000 11010 10111 101000 111000

Color Harmonies of #BC8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8461

Black with #BC8461

Text Example


Text Example

White with #BC8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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