Html Css Color HEX #BC8164 Burning Sand

📋 copy color: '#BC8164'

red 188 ◦ green 129 ◦ blue 100

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

Shades of Burning Sand #BC8164

Tints of Burning Sand #BC8164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 45.08%
G = 30.94%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8164 (or 0xBC8164) is known color: Burning Sand. HEX triplet: BC, 81 and 64. RGB value is (188,129,100). Sum of RGB (Red+Green+Blue) = 188+129+100=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8164 is #437E9B. Grayscale: #8F8F8F. Windows color (decimal): -4423324 or 6586812. OLE color: 6586812.

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

Color convert

RGB 188 129 100 -
CMYK 0 0.31 0.47 0.26
HSL 19.77º 0.4% 0.56% -
HSV(B) 19.77º 0.47% 0.74% -
XYZ 30.89 27.31 15.7 -
YUV 143.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 188 129 100 0 0.31 0.47 0.26 19.77 0.4 0.56
Hex BC 81 64 0 1F 2F 1A 14 28 38
Octal 274 201 144 0 37 57 32 24 50 70
Binary 10111100 10000001 1100100 0 11111 101111 11010 10100 101000 111000

Color Harmonies of #BC8164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8164

Black with #BC8164

Text Example


Text Example

White with #BC8164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8164; }

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

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

background-color css

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

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

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

border-color css

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

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

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