Html Css Color HEX #8B855F Bandicoot

📋 copy color: '#8B855F'

red 139 ◦ green 133 ◦ blue 95

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

Shades of Bandicoot #8B855F

Tints of Bandicoot #8B855F

RGB

 RED value IS 139 (54.69% from 255) = 37.87%

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 37.87%
G = 36.24%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B855F (or 0x8B855F) is known color: Bandicoot. HEX triplet: 8B, 85 and 5F. RGB value is (139,133,95). Sum of RGB (Red+Green+Blue) = 139+133+95=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855F is #747AA0. Grayscale: #828282. Windows color (decimal): -7633569 or 6260107. OLE color: 6260107.

HSL color Cylindrical-coordinate representation of color #8B855F: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B855F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 95 -
CMYK 0 0.04 0.32 0.45
HSL 51.82º 0.19% 0.46% -
HSV(B) 51.82º 0.32% 0.55% -
XYZ 21.1 23.09 14.17 -
YUV 130.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 139 133 95 0 0.04 0.32 0.45 51.82 0.19 0.46
Hex 8B 85 5F 0 4 20 2D 34 13 2E
Octal 213 205 137 0 4 40 55 64 23 56
Binary 10001011 10000101 1011111 0 100 100000 101101 110100 10011 101110

Color Harmonies of #8B855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B855F

Black with #8B855F

Text Example


Text Example

White with #8B855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B855F; }

 p { color: rgb(139,133,95); }

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

background-color css

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

 a { background-color: rgb(139,133,95); }

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

border-color css

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

 span { border-color: rgb(139,133,95); }

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