Html Css Color HEX #BC8260 Burning Sand

📋 copy color: '#BC8260'

red 188 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #BC8260

Tints of Burning Sand #BC8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 45.41%
G = 31.4%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8260 (or 0xBC8260) is known color: Burning Sand. HEX triplet: BC, 82 and 60. RGB value is (188,130,96). Sum of RGB (Red+Green+Blue) = 188+130+96=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8260 is #437D9F. Grayscale: #8F8F8F. Windows color (decimal): -4423072 or 6324924. OLE color: 6324924.

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

Color convert

RGB 188 130 96 -
CMYK 0 0.31 0.49 0.26
HSL 22.17º 0.41% 0.56% -
HSV(B) 22.17º 0.49% 0.74% -
XYZ 30.83 27.5 14.75 -
YUV 143.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 188 130 96 0 0.31 0.49 0.26 22.17 0.41 0.56
Hex BC 82 60 0 1F 31 1A 16 29 38
Octal 274 202 140 0 37 61 32 26 51 70
Binary 10111100 10000010 1100000 0 11111 110001 11010 10110 101001 111000

Color Harmonies of #BC8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8260

Black with #BC8260

Text Example


Text Example

White with #BC8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8260; }

 p { color: rgb(188,130,96); }

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

background-color css

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

 a { background-color: rgb(188,130,96); }

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

border-color css

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

 span { border-color: rgb(188,130,96); }

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