Html Css Color HEX #B5904B Tussock

📋 copy color: '#B5904B'

red 181 ◦ green 144 ◦ blue 75

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

Shades of Tussock #B5904B

Tints of Tussock #B5904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 45.25%
G = 36%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5904B (or 0xB5904B) is known color: Tussock. HEX triplet: B5, 90 and 4B. RGB value is (181,144,75). Sum of RGB (Red+Green+Blue) = 181+144+75=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5904B is #4A6FB4. Grayscale: #939393. Windows color (decimal): -4878261 or 4952245. OLE color: 4952245.

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

Color convert

RGB 181 144 75 -
CMYK 0 0.20 0.59 0.29
HSL 39.06º 0.42% 0.5% -
HSV(B) 39.06º 0.59% 0.71% -
XYZ 30.3 30.28 10.9 -
YUV 147.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 181 144 75 0 0.20 0.59 0.29 39.06 0.42 0.5
Hex B5 90 4B 0 14 3B 1D 27 2A 32
Octal 265 220 113 0 24 73 35 47 52 62
Binary 10110101 10010000 1001011 0 10100 111011 11101 100111 101010 110010

Color Harmonies of #B5904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5904B

Black with #B5904B

Text Example


Text Example

White with #B5904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5904B; }

 p { color: rgb(181,144,75); }

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

background-color css

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

 a { background-color: rgb(181,144,75); }

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

border-color css

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

 span { border-color: rgb(181,144,75); }

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