Html Css Color HEX #8B7366 Beaver

📋 copy color: '#8B7366'

red 139 ◦ green 115 ◦ blue 102

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

Shades of Beaver #8B7366

Tints of Beaver #8B7366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 39.04%
G = 32.3%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B7366 (or 0x8B7366) is known color: Beaver. HEX triplet: 8B, 73 and 66. RGB value is (139,115,102). Sum of RGB (Red+Green+Blue) = 139+115+102=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7366 is #748C99. Grayscale: #787878. Windows color (decimal): -7638170 or 6714251. OLE color: 6714251.

HSL color Cylindrical-coordinate representation of color #8B7366: hue angle of 21.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7366 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 115 102 -
CMYK 0 0.17 0.27 0.45
HSL 21.08º 0.15% 0.47% -
HSV(B) 21.08º 0.27% 0.55% -
XYZ 19.18 18.71 15.17 -
YUV 120.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 139 115 102 0 0.17 0.27 0.45 21.08 0.15 0.47
Hex 8B 73 66 0 11 1B 2D 15 F 2F
Octal 213 163 146 0 21 33 55 25 17 57
Binary 10001011 1110011 1100110 0 10001 11011 101101 10101 1111 101111

Color Harmonies of #8B7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7366

Black with #8B7366

Text Example


Text Example

White with #8B7366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,115,102); }

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

background-color css

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

 a { background-color: rgb(139,115,102); }

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

border-color css

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

 span { border-color: rgb(139,115,102); }

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