Html Css Color HEX #BC8360 Burning Sand

📋 copy color: '#BC8360'

red 188 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #BC8360

Tints of Burning Sand #BC8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

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

R = 45.3%
G = 31.57%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8360 (or 0xBC8360) is known color: Burning Sand. HEX triplet: BC, 83 and 60. RGB value is (188,131,96). Sum of RGB (Red+Green+Blue) = 188+131+96=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8360 is #437C9F. Grayscale: #909090. Windows color (decimal): -4422816 or 6325180. OLE color: 6325180.

HSL color Cylindrical-coordinate representation of color #BC8360: hue angle of 22.83º 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 #BC8360 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 96 -
CMYK 0 0.30 0.49 0.26
HSL 22.83º 0.41% 0.56% -
HSV(B) 22.83º 0.49% 0.74% -
XYZ 30.97 27.77 14.79 -
YUV 144.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 188 131 96 0 0.30 0.49 0.26 22.83 0.41 0.56
Hex BC 83 60 0 1E 31 1A 17 29 38
Octal 274 203 140 0 36 61 32 27 51 70
Binary 10111100 10000011 1100000 0 11110 110001 11010 10111 101001 111000

Color Harmonies of #BC8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8360

Black with #BC8360

Text Example


Text Example

White with #BC8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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