Html Css Color HEX #BC8563 Burning Sand

📋 copy color: '#BC8563'

red 188 ◦ green 133 ◦ blue 99

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

Shades of Burning Sand #BC8563

Tints of Burning Sand #BC8563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 44.76%
G = 31.67%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8563 (or 0xBC8563) is known color: Burning Sand. HEX triplet: BC, 85 and 63. RGB value is (188,133,99). Sum of RGB (Red+Green+Blue) = 188+133+99=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8563 is #437A9C. Grayscale: #919191. Windows color (decimal): -4422301 or 6522300. OLE color: 6522300.

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

Color convert

RGB 188 133 99 -
CMYK 0 0.29 0.47 0.26
HSL 22.92º 0.4% 0.56% -
HSV(B) 22.92º 0.47% 0.74% -
XYZ 31.38 28.37 15.63 -
YUV 145.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 188 133 99 0 0.29 0.47 0.26 22.92 0.4 0.56
Hex BC 85 63 0 1D 2F 1A 17 28 38
Octal 274 205 143 0 35 57 32 27 50 70
Binary 10111100 10000101 1100011 0 11101 101111 11010 10111 101000 111000

Color Harmonies of #BC8563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8563

Black with #BC8563

Text Example


Text Example

White with #BC8563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8563; }

 p { color: rgb(188,133,99); }

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

background-color css

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

 a { background-color: rgb(188,133,99); }

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

border-color css

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

 span { border-color: rgb(188,133,99); }

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