Html Css Color HEX #B58E4D Tussock

📋 copy color: '#B58E4D'

red 181 ◦ green 142 ◦ blue 77

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

Shades of Tussock #B58E4D

Tints of Tussock #B58E4D

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 45.25%
G = 35.5%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B58E4D (or 0xB58E4D) is known color: Tussock. HEX triplet: B5, 8E and 4D. RGB value is (181,142,77). Sum of RGB (Red+Green+Blue) = 181+142+77=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E4D is #4A71B2. Grayscale: #929292. Windows color (decimal): -4878771 or 5082805. OLE color: 5082805.

HSL color Cylindrical-coordinate representation of color #B58E4D: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B58E4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 142 77 -
CMYK 0 0.22 0.57 0.29
HSL 37.5º 0.41% 0.51% -
HSV(B) 37.5º 0.57% 0.71% -
XYZ 30.07 29.71 11.17 -
YUV 146.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 181 142 77 0 0.22 0.57 0.29 37.5 0.41 0.51
Hex B5 8E 4D 0 16 39 1D 26 29 33
Octal 265 216 115 0 26 71 35 46 51 63
Binary 10110101 10001110 1001101 0 10110 111001 11101 100110 101001 110011

Color Harmonies of #B58E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E4D

Black with #B58E4D

Text Example


Text Example

White with #B58E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E4D; }

 p { color: rgb(181,142,77); }

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

background-color css

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

 a { background-color: rgb(181,142,77); }

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

border-color css

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

 span { border-color: rgb(181,142,77); }

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