Html Css Color HEX #BC7F65 Burning Sand

📋 copy color: '#BC7F65'

red 188 ◦ green 127 ◦ blue 101

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

Shades of Burning Sand #BC7F65

Tints of Burning Sand #BC7F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 45.19%
G = 30.53%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7F65 (or 0xBC7F65) is known color: Burning Sand. HEX triplet: BC, 7F and 65. RGB value is (188,127,101). Sum of RGB (Red+Green+Blue) = 188+127+101=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F65 is #43809A. Grayscale: #8E8E8E. Windows color (decimal): -4423835 or 6651836. OLE color: 6651836.

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

Color convert

RGB 188 127 101 -
CMYK 0 0.32 0.46 0.26
HSL 17.93º 0.39% 0.57% -
HSV(B) 17.93º 0.46% 0.74% -
XYZ 30.68 26.81 15.87 -
YUV 142.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 188 127 101 0 0.32 0.46 0.26 17.93 0.39 0.57
Hex BC 7F 65 0 20 2E 1A 12 27 39
Octal 274 177 145 0 40 56 32 22 47 71
Binary 10111100 1111111 1100101 0 100000 101110 11010 10010 100111 111001

Color Harmonies of #BC7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F65

Black with #BC7F65

Text Example


Text Example

White with #BC7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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