Html Css Color HEX #8B715E Beaver

📋 copy color: '#8B715E'

red 139 ◦ green 113 ◦ blue 94

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

Shades of Beaver #8B715E

Tints of Beaver #8B715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 40.17%
G = 32.66%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B715E (or 0x8B715E) is known color: Beaver. HEX triplet: 8B, 71 and 5E. RGB value is (139,113,94). Sum of RGB (Red+Green+Blue) = 139+113+94=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B715E is #748EA1. Grayscale: #767676. Windows color (decimal): -7638690 or 6189451. OLE color: 6189451.

HSL color Cylindrical-coordinate representation of color #8B715E: hue angle of 25.33º 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 #8B715E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 113 94 -
CMYK 0 0.19 0.32 0.45
HSL 25.33º 0.19% 0.46% -
HSV(B) 25.33º 0.32% 0.55% -
XYZ 18.57 18.11 13.11 -
YUV 118.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 139 113 94 0 0.19 0.32 0.45 25.33 0.19 0.46
Hex 8B 71 5E 0 13 20 2D 19 13 2E
Octal 213 161 136 0 23 40 55 31 23 56
Binary 10001011 1110001 1011110 0 10011 100000 101101 11001 10011 101110

Color Harmonies of #8B715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B715E

Black with #8B715E

Text Example


Text Example

White with #8B715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,94); }

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

background-color css

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

 a { background-color: rgb(139,113,94); }

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

border-color css

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

 span { border-color: rgb(139,113,94); }

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