Html Css Color HEX #8B705F Beaver

📋 copy color: '#8B705F'

red 139 ◦ green 112 ◦ blue 95

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

Shades of Beaver #8B705F

Tints of Beaver #8B705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 40.17%
G = 32.37%
B = 27.46%

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

#8B705F (or 0x8B705F) is known color: Beaver. HEX triplet: 8B, 70 and 5F. RGB value is (139,112,95). Sum of RGB (Red+Green+Blue) = 139+112+95=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705F is #748FA0. Grayscale: #767676. Windows color (decimal): -7638945 or 6254731. OLE color: 6254731.

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

Color convert

RGB 139 112 95 -
CMYK 0 0.19 0.32 0.45
HSL 23.18º 0.19% 0.46% -
HSV(B) 23.18º 0.32% 0.55% -
XYZ 18.51 17.9 13.31 -
YUV 118.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 139 112 95 0 0.19 0.32 0.45 23.18 0.19 0.46
Hex 8B 70 5F 0 13 20 2D 17 13 2E
Octal 213 160 137 0 23 40 55 27 23 56
Binary 10001011 1110000 1011111 0 10011 100000 101101 10111 10011 101110

Color Harmonies of #8B705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B705F

Black with #8B705F

Text Example


Text Example

White with #8B705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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