Html Css Color HEX #888469 Bandicoot

📋 copy color: '#888469'

red 136 ◦ green 132 ◦ blue 105

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

Shades of Bandicoot #888469

Tints of Bandicoot #888469

RGB

 RED value IS 136 (53.52% from 255) = 36.46%

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 36.46%
G = 35.39%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#888469 (or 0x888469) is known color: Bandicoot. HEX triplet: 88, 84 and 69. RGB value is (136,132,105). Sum of RGB (Red+Green+Blue) = 136+132+105=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #888469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888469 is #777B96. Grayscale: #828282. Windows color (decimal): -7830423 or 6915208. OLE color: 6915208.

HSL color Cylindrical-coordinate representation of color #888469: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888469 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 105 -
CMYK 0 0.03 0.23 0.47
HSL 52.26º 0.13% 0.47% -
HSV(B) 52.26º 0.23% 0.53% -
XYZ 20.95 22.76 16.65 -
YUV 130.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 136 132 105 0 0.03 0.23 0.47 52.26 0.13 0.47
Hex 88 84 69 0 3 17 2F 34 D 2F
Octal 210 204 151 0 3 27 57 64 15 57
Binary 10001000 10000100 1101001 0 11 10111 101111 110100 1101 101111

Color Harmonies of #888469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888469

Black with #888469

Text Example


Text Example

White with #888469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888469; }

 p { color: rgb(136,132,105); }

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

background-color css

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

 a { background-color: rgb(136,132,105); }

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

border-color css

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

 span { border-color: rgb(136,132,105); }

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