Html Css Color HEX #848265 Bandicoot

📋 copy color: '#848265'

red 132 ◦ green 130 ◦ blue 101

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

Shades of Bandicoot #848265

Tints of Bandicoot #848265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 36.36%
G = 35.81%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#848265 (or 0x848265) is known color: Bandicoot. HEX triplet: 84, 82 and 65. RGB value is (132,130,101). Sum of RGB (Red+Green+Blue) = 132+130+101=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #848265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848265 is #7B7D9A. Grayscale: #7F7F7F. Windows color (decimal): -8093083 or 6652548. OLE color: 6652548.

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

Color convert

RGB 132 130 101 -
CMYK 0 0.02 0.23 0.48
HSL 56.13º 0.13% 0.46% -
HSV(B) 56.13º 0.23% 0.52% -
XYZ 19.85 21.81 15.48 -
YUV 127.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 132 130 101 0 0.02 0.23 0.48 56.13 0.13 0.46
Hex 84 82 65 0 2 17 30 38 D 2E
Octal 204 202 145 0 2 27 60 70 15 56
Binary 10000100 10000010 1100101 0 10 10111 110000 111000 1101 101110

Color Harmonies of #848265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848265

Black with #848265

Text Example


Text Example

White with #848265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848265; }

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

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

background-color css

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

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

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

border-color css

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

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

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