Html Css Color HEX #BC7F68 Burning Sand

📋 copy color: '#BC7F68'

red 188 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #BC7F68

Tints of Burning Sand #BC7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 44.87%
G = 30.31%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7F68 (or 0xBC7F68) is known color: Burning Sand. HEX triplet: BC, 7F and 68. RGB value is (188,127,104). Sum of RGB (Red+Green+Blue) = 188+127+104=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F68 is #438097. Grayscale: #8E8E8E. Windows color (decimal): -4423832 or 6848444. OLE color: 6848444.

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

Color convert

RGB 188 127 104 -
CMYK 0 0.32 0.45 0.26
HSL 16.43º 0.39% 0.57% -
HSV(B) 16.43º 0.45% 0.74% -
XYZ 30.83 26.87 16.66 -
YUV 142.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 188 127 104 0 0.32 0.45 0.26 16.43 0.39 0.57
Hex BC 7F 68 0 20 2D 1A 10 27 39
Octal 274 177 150 0 40 55 32 20 47 71
Binary 10111100 1111111 1101000 0 100000 101101 11010 10000 100111 111001

Color Harmonies of #BC7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F68

Black with #BC7F68

Text Example


Text Example

White with #BC7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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