Html Css Color HEX #828069 Bandicoot

📋 copy color: '#828069'

red 130 ◦ green 128 ◦ blue 105

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

Shades of Bandicoot #828069

Tints of Bandicoot #828069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 35.81%
G = 35.26%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#828069 (or 0x828069) is known color: Bandicoot. HEX triplet: 82, 80 and 69. RGB value is (130,128,105). Sum of RGB (Red+Green+Blue) = 130+128+105=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #828069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828069 is #7D7F96. Grayscale: #7E7E7E. Windows color (decimal): -8224663 or 6914178. OLE color: 6914178.

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

Color convert

RGB 130 128 105 -
CMYK 0 0.02 0.19 0.49
HSL 55.2º 0.11% 0.46% -
HSV(B) 55.2º 0.19% 0.51% -
XYZ 19.47 21.2 16.43 -
YUV 125.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 130 128 105 0 0.02 0.19 0.49 55.2 0.11 0.46
Hex 82 80 69 0 2 13 31 37 B 2E
Octal 202 200 151 0 2 23 61 67 13 56
Binary 10000010 10000000 1101001 0 10 10011 110001 110111 1011 101110

Color Harmonies of #828069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828069

Black with #828069

Text Example


Text Example

White with #828069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828069; }

 p { color: rgb(130,128,105); }

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

background-color css

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

 a { background-color: rgb(130,128,105); }

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

border-color css

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

 span { border-color: rgb(130,128,105); }

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