Html Css Color HEX #B58D4C Tussock

📋 copy color: '#B58D4C'

red 181 ◦ green 141 ◦ blue 76

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

Shades of Tussock #B58D4C

Tints of Tussock #B58D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 45.48%
G = 35.43%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B58D4C (or 0xB58D4C) is known color: Tussock. HEX triplet: B5, 8D and 4C. RGB value is (181,141,76). Sum of RGB (Red+Green+Blue) = 181+141+76=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D4C is #4A72B3. Grayscale: #919191. Windows color (decimal): -4879028 or 5017013. OLE color: 5017013.

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

Color convert

RGB 181 141 76 -
CMYK 0 0.22 0.58 0.29
HSL 37.14º 0.42% 0.5% -
HSV(B) 37.14º 0.58% 0.71% -
XYZ 29.89 29.4 10.94 -
YUV 145.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 181 141 76 0 0.22 0.58 0.29 37.14 0.42 0.5
Hex B5 8D 4C 0 16 3A 1D 25 2A 32
Octal 265 215 114 0 26 72 35 45 52 62
Binary 10110101 10001101 1001100 0 10110 111010 11101 100101 101010 110010

Color Harmonies of #B58D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D4C

Black with #B58D4C

Text Example


Text Example

White with #B58D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D4C; }

 p { color: rgb(181,141,76); }

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

background-color css

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

 a { background-color: rgb(181,141,76); }

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

border-color css

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

 span { border-color: rgb(181,141,76); }

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