Html Css Color HEX #BC8263 Burning Sand

📋 copy color: '#BC8263'

red 188 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #BC8263

Tints of Burning Sand #BC8263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 45.08%
G = 31.18%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC8263 (or 0xBC8263) is known color: Burning Sand. HEX triplet: BC, 82 and 63. RGB value is (188,130,99). Sum of RGB (Red+Green+Blue) = 188+130+99=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8263 is #437D9C. Grayscale: #8F8F8F. Windows color (decimal): -4423069 or 6521532. OLE color: 6521532.

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

Color convert

RGB 188 130 99 -
CMYK 0 0.31 0.47 0.26
HSL 20.9º 0.4% 0.56% -
HSV(B) 20.9º 0.47% 0.74% -
XYZ 30.97 27.56 15.49 -
YUV 143.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 188 130 99 0 0.31 0.47 0.26 20.9 0.4 0.56
Hex BC 82 63 0 1F 2F 1A 15 28 38
Octal 274 202 143 0 37 57 32 25 50 70
Binary 10111100 10000010 1100011 0 11111 101111 11010 10101 101000 111000

Color Harmonies of #BC8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8263

Black with #BC8263

Text Example


Text Example

White with #BC8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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