Html Css Color HEX #BC8664 Burning Sand

📋 copy color: '#BC8664'

red 188 ◦ green 134 ◦ blue 100

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

Shades of Burning Sand #BC8664

Tints of Burning Sand #BC8664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 44.55%
G = 31.75%
B = 23.7%

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

#BC8664 (or 0xBC8664) is known color: Burning Sand. HEX triplet: BC, 86 and 64. RGB value is (188,134,100). Sum of RGB (Red+Green+Blue) = 188+134+100=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8664 is #43799B. Grayscale: #929292. Windows color (decimal): -4422044 or 6588092. OLE color: 6588092.

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

Color convert

RGB 188 134 100 -
CMYK 0 0.29 0.47 0.26
HSL 23.18º 0.4% 0.56% -
HSV(B) 23.18º 0.47% 0.74% -
XYZ 31.56 28.66 15.93 -
YUV 146.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 188 134 100 0 0.29 0.47 0.26 23.18 0.4 0.56
Hex BC 86 64 0 1D 2F 1A 17 28 38
Octal 274 206 144 0 35 57 32 27 50 70
Binary 10111100 10000110 1100100 0 11101 101111 11010 10111 101000 111000

Color Harmonies of #BC8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8664

Black with #BC8664

Text Example


Text Example

White with #BC8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8664; }

 p { color: rgb(188,134,100); }

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

background-color css

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

 a { background-color: rgb(188,134,100); }

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

border-color css

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

 span { border-color: rgb(188,134,100); }

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