Html Css Color HEX #8B7168 Beaver

📋 copy color: '#8B7168'

red 139 ◦ green 113 ◦ blue 104

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

Shades of Beaver #8B7168

Tints of Beaver #8B7168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 39.04%
G = 31.74%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B7168 (or 0x8B7168) is known color: Beaver. HEX triplet: 8B, 71 and 68. RGB value is (139,113,104). Sum of RGB (Red+Green+Blue) = 139+113+104=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7168 is #748E97. Grayscale: #777777. Windows color (decimal): -7638680 or 6844811. OLE color: 6844811.

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

Color convert

RGB 139 113 104 -
CMYK 0 0.19 0.25 0.45
HSL 15.43º 0.14% 0.48% -
HSV(B) 15.43º 0.25% 0.55% -
XYZ 19.05 18.3 15.62 -
YUV 119.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 139 113 104 0 0.19 0.25 0.45 15.43 0.14 0.48
Hex 8B 71 68 0 13 19 2D F E 30
Octal 213 161 150 0 23 31 55 17 16 60
Binary 10001011 1110001 1101000 0 10011 11001 101101 1111 1110 110000

Color Harmonies of #8B7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7168

Black with #8B7168

Text Example


Text Example

White with #8B7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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