Html Css Color HEX #B5914D Tussock

📋 copy color: '#B5914D'

red 181 ◦ green 145 ◦ blue 77

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

Shades of Tussock #B5914D

Tints of Tussock #B5914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

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

R = 44.91%
G = 35.98%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5914D (or 0xB5914D) is known color: Tussock. HEX triplet: B5, 91 and 4D. RGB value is (181,145,77). Sum of RGB (Red+Green+Blue) = 181+145+77=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5914D is #4A6EB2. Grayscale: #949494. Windows color (decimal): -4878003 or 5083573. OLE color: 5083573.

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

Color convert

RGB 181 145 77 -
CMYK 0 0.20 0.57 0.29
HSL 39.23º 0.41% 0.51% -
HSV(B) 39.23º 0.57% 0.71% -
XYZ 30.52 30.61 11.32 -
YUV 148.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 181 145 77 0 0.20 0.57 0.29 39.23 0.41 0.51
Hex B5 91 4D 0 14 39 1D 27 29 33
Octal 265 221 115 0 24 71 35 47 51 63
Binary 10110101 10010001 1001101 0 10100 111001 11101 100111 101001 110011

Color Harmonies of #B5914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5914D

Black with #B5914D

Text Example


Text Example

White with #B5914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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