Html Css Color HEX #BC8262 Burning Sand

📋 copy color: '#BC8262'

red 188 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #BC8262

Tints of Burning Sand #BC8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 45.19%
G = 31.25%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8262 (or 0xBC8262) is known color: Burning Sand. HEX triplet: BC, 82 and 62. RGB value is (188,130,98). Sum of RGB (Red+Green+Blue) = 188+130+98=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8262 is #437D9D. Grayscale: #8F8F8F. Windows color (decimal): -4423070 or 6455996. OLE color: 6455996.

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

Color convert

RGB 188 130 98 -
CMYK 0 0.31 0.48 0.26
HSL 21.33º 0.4% 0.56% -
HSV(B) 21.33º 0.48% 0.74% -
XYZ 30.93 27.54 15.24 -
YUV 143.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 188 130 98 0 0.31 0.48 0.26 21.33 0.4 0.56
Hex BC 82 62 0 1F 30 1A 15 28 38
Octal 274 202 142 0 37 60 32 25 50 70
Binary 10111100 10000010 1100010 0 11111 110000 11010 10101 101000 111000

Color Harmonies of #BC8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8262

Black with #BC8262

Text Example


Text Example

White with #BC8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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