Html Css Color HEX #828168 Bandicoot

📋 copy color: '#828168'

red 130 ◦ green 129 ◦ blue 104

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

Shades of Bandicoot #828168

Tints of Bandicoot #828168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 35.81%
G = 35.54%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#828168 (or 0x828168) is known color: Bandicoot. HEX triplet: 82, 81 and 68. RGB value is (130,129,104). Sum of RGB (Red+Green+Blue) = 130+129+104=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #828168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828168 is #7D7E97. Grayscale: #7E7E7E. Windows color (decimal): -8224408 or 6848898. OLE color: 6848898.

HSL color Cylindrical-coordinate representation of color #828168: hue angle of 57.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828168 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 104 -
CMYK 0 0.01 0.2 0.49
HSL 57.69º 0.11% 0.46% -
HSV(B) 57.69º 0.2% 0.51% -
XYZ 19.55 21.45 16.21 -
YUV 126.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 130 129 104 0 0.01 0.2 0.49 57.69 0.11 0.46
Hex 82 81 68 0 1 14 31 3A B 2E
Octal 202 201 150 0 1 24 61 72 13 56
Binary 10000010 10000001 1101000 0 1 10100 110001 111010 1011 101110

Color Harmonies of #828168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828168

Black with #828168

Text Example


Text Example

White with #828168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828168; }

 p { color: rgb(130,129,104); }

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

background-color css

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

 a { background-color: rgb(130,129,104); }

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

border-color css

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

 span { border-color: rgb(130,129,104); }

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