Html Css Color HEX #848264 Bandicoot

📋 copy color: '#848264'

red 132 ◦ green 130 ◦ blue 100

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

Shades of Bandicoot #848264

Tints of Bandicoot #848264

RGB

 RED value IS 132 (51.95% from 255) = 36.46%

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

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 36.46%
G = 35.91%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#848264 (or 0x848264) is known color: Bandicoot. HEX triplet: 84, 82 and 64. RGB value is (132,130,100). Sum of RGB (Red+Green+Blue) = 132+130+100=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #848264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848264 is #7B7D9B. Grayscale: #7F7F7F. Windows color (decimal): -8093084 or 6587012. OLE color: 6587012.

HSL color Cylindrical-coordinate representation of color #848264: hue angle of 56.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848264 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 100 -
CMYK 0 0.02 0.24 0.48
HSL 56.25º 0.14% 0.45% -
HSV(B) 56.25º 0.24% 0.52% -
XYZ 19.8 21.79 15.22 -
YUV 127.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 132 130 100 0 0.02 0.24 0.48 56.25 0.14 0.45
Hex 84 82 64 0 2 18 30 38 E 2D
Octal 204 202 144 0 2 30 60 70 16 55
Binary 10000100 10000010 1100100 0 10 11000 110000 111000 1110 101101

Color Harmonies of #848264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848264

Black with #848264

Text Example


Text Example

White with #848264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848264; }

 p { color: rgb(132,130,100); }

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

background-color css

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

 a { background-color: rgb(132,130,100); }

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

border-color css

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

 span { border-color: rgb(132,130,100); }

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