Html Css Color HEX #BC7E5B Burning Sand

📋 copy color: '#BC7E5B'

red 188 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #BC7E5B

Tints of Burning Sand #BC7E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 46.42%
G = 31.11%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC7E5B (or 0xBC7E5B) is known color: Burning Sand. HEX triplet: BC, 7E and 5B. RGB value is (188,126,91). Sum of RGB (Red+Green+Blue) = 188+126+91=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E5B is #4381A4. Grayscale: #8C8C8C. Windows color (decimal): -4424101 or 5996220. OLE color: 5996220.

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

Color convert

RGB 188 126 91 -
CMYK 0 0.33 0.52 0.26
HSL 21.65º 0.42% 0.55% -
HSV(B) 21.65º 0.52% 0.74% -
XYZ 30.09 26.37 13.4 -
YUV 140.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 188 126 91 0 0.33 0.52 0.26 21.65 0.42 0.55
Hex BC 7E 5B 0 21 34 1A 16 2A 37
Octal 274 176 133 0 41 64 32 26 52 67
Binary 10111100 1111110 1011011 0 100001 110100 11010 10110 101010 110111

Color Harmonies of #BC7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E5B

Black with #BC7E5B

Text Example


Text Example

White with #BC7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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