Html Css Color HEX #BC7F5F Burning Sand

📋 copy color: '#BC7F5F'

red 188 ◦ green 127 ◦ blue 95

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

Shades of Burning Sand #BC7F5F

Tints of Burning Sand #BC7F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 45.85%
G = 30.98%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC7F5F (or 0xBC7F5F) is known color: Burning Sand. HEX triplet: BC, 7F and 5F. RGB value is (188,127,95). Sum of RGB (Red+Green+Blue) = 188+127+95=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F5F is #4380A0. Grayscale: #8D8D8D. Windows color (decimal): -4423841 or 6258620. OLE color: 6258620.

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

Color convert

RGB 188 127 95 -
CMYK 0 0.32 0.49 0.26
HSL 20.65º 0.41% 0.55% -
HSV(B) 20.65º 0.49% 0.74% -
XYZ 30.39 26.7 14.38 -
YUV 141.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 188 127 95 0 0.32 0.49 0.26 20.65 0.41 0.55
Hex BC 7F 5F 0 20 31 1A 15 29 37
Octal 274 177 137 0 40 61 32 25 51 67
Binary 10111100 1111111 1011111 0 100000 110001 11010 10101 101001 110111

Color Harmonies of #BC7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F5F

Black with #BC7F5F

Text Example


Text Example

White with #BC7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F5F; }

 p { color: rgb(188,127,95); }

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

background-color css

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

 a { background-color: rgb(188,127,95); }

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

border-color css

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

 span { border-color: rgb(188,127,95); }

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