Html Css Color HEX #848163 Bandicoot

📋 copy color: '#848163'

red 132 ◦ green 129 ◦ blue 99

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

Shades of Bandicoot #848163

Tints of Bandicoot #848163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 36.67%
G = 35.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#848163 (or 0x848163) is known color: Bandicoot. HEX triplet: 84, 81 and 63. RGB value is (132,129,99). Sum of RGB (Red+Green+Blue) = 132+129+99=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #848163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848163 is #7B7E9C. Grayscale: #7E7E7E. Windows color (decimal): -8093341 or 6521220. OLE color: 6521220.

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

Color convert

RGB 132 129 99 -
CMYK 0 0.02 0.25 0.48
HSL 54.55º 0.14% 0.45% -
HSV(B) 54.55º 0.25% 0.52% -
XYZ 19.62 21.51 14.92 -
YUV 126.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 132 129 99 0 0.02 0.25 0.48 54.55 0.14 0.45
Hex 84 81 63 0 2 19 30 37 E 2D
Octal 204 201 143 0 2 31 60 67 16 55
Binary 10000100 10000001 1100011 0 10 11001 110000 110111 1110 101101

Color Harmonies of #848163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848163

Black with #848163

Text Example


Text Example

White with #848163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848163; }

 p { color: rgb(132,129,99); }

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

background-color css

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

 a { background-color: rgb(132,129,99); }

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

border-color css

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

 span { border-color: rgb(132,129,99); }

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