Html Css Color HEX #BC7E5D Burning Sand

📋 copy color: '#BC7E5D'

red 188 ◦ green 126 ◦ blue 93

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

Shades of Burning Sand #BC7E5D

Tints of Burning Sand #BC7E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 46.19%
G = 30.96%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC7E5D (or 0xBC7E5D) is known color: Burning Sand. HEX triplet: BC, 7E and 5D. RGB value is (188,126,93). Sum of RGB (Red+Green+Blue) = 188+126+93=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E5D is #4381A2. Grayscale: #8C8C8C. Windows color (decimal): -4424099 or 6127292. OLE color: 6127292.

HSL color Cylindrical-coordinate representation of color #BC7E5D: hue angle of 20.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7E5D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 93 -
CMYK 0 0.33 0.51 0.26
HSL 20.84º 0.41% 0.55% -
HSV(B) 20.84º 0.51% 0.74% -
XYZ 30.18 26.4 13.86 -
YUV 140.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 188 126 93 0 0.33 0.51 0.26 20.84 0.41 0.55
Hex BC 7E 5D 0 21 33 1A 15 29 37
Octal 274 176 135 0 41 63 32 25 51 67
Binary 10111100 1111110 1011101 0 100001 110011 11010 10101 101001 110111

Color Harmonies of #BC7E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E5D

Black with #BC7E5D

Text Example


Text Example

White with #BC7E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E5D; }

 p { color: rgb(188,126,93); }

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

background-color css

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

 a { background-color: rgb(188,126,93); }

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

border-color css

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

 span { border-color: rgb(188,126,93); }

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