Html Css Color HEX #8B7265 Beaver

📋 copy color: '#8B7265'

red 139 ◦ green 114 ◦ blue 101

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

Shades of Beaver #8B7265

Tints of Beaver #8B7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 39.27%
G = 32.2%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B7265 (or 0x8B7265) is known color: Beaver. HEX triplet: 8B, 72 and 65. RGB value is (139,114,101). Sum of RGB (Red+Green+Blue) = 139+114+101=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7265 is #748D9A. Grayscale: #787878. Windows color (decimal): -7638427 or 6648459. OLE color: 6648459.

HSL color Cylindrical-coordinate representation of color #8B7265: hue angle of 20.53º degrees, saturation: 0.16, 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 #8B7265 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 114 101 -
CMYK 0 0.18 0.27 0.45
HSL 20.53º 0.16% 0.47% -
HSV(B) 20.53º 0.27% 0.55% -
XYZ 19.01 18.46 14.87 -
YUV 119.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 139 114 101 0 0.18 0.27 0.45 20.53 0.16 0.47
Hex 8B 72 65 0 12 1B 2D 15 10 2F
Octal 213 162 145 0 22 33 55 25 20 57
Binary 10001011 1110010 1100101 0 10010 11011 101101 10101 10000 101111

Color Harmonies of #8B7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7265

Black with #8B7265

Text Example


Text Example

White with #8B7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,101); }

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

background-color css

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

 a { background-color: rgb(139,114,101); }

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

border-color css

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

 span { border-color: rgb(139,114,101); }

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