Html Css Color HEX #B58C4D Tussock

📋 copy color: '#B58C4D'

red 181 ◦ green 140 ◦ blue 77

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

Shades of Tussock #B58C4D

Tints of Tussock #B58C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 45.48%
G = 35.18%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B58C4D (or 0xB58C4D) is known color: Tussock. HEX triplet: B5, 8C and 4D. RGB value is (181,140,77). Sum of RGB (Red+Green+Blue) = 181+140+77=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C4D is #4A73B2. Grayscale: #919191. Windows color (decimal): -4879283 or 5082293. OLE color: 5082293.

HSL color Cylindrical-coordinate representation of color #B58C4D: hue angle of 36.35º 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 #B58C4D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 77 -
CMYK 0 0.23 0.57 0.29
HSL 36.35º 0.41% 0.51% -
HSV(B) 36.35º 0.57% 0.71% -
XYZ 29.77 29.12 11.07 -
YUV 145.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 181 140 77 0 0.23 0.57 0.29 36.35 0.41 0.51
Hex B5 8C 4D 0 17 39 1D 24 29 33
Octal 265 214 115 0 27 71 35 44 51 63
Binary 10110101 10001100 1001101 0 10111 111001 11101 100100 101001 110011

Color Harmonies of #B58C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C4D

Black with #B58C4D

Text Example


Text Example

White with #B58C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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