Html Css Color HEX #BD9550 Tussock

📋 copy color: '#BD9550'

red 189 ◦ green 149 ◦ blue 80

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

Shades of Tussock #BD9550

Tints of Tussock #BD9550

RGB

 RED value IS 189 (74.22% from 255) = 45.22%

 GREEN value IS 149 (58.59% from 255) = 35.65%

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 45.22%
G = 35.65%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD9550 (or 0xBD9550) is known color: Tussock. HEX triplet: BD, 95 and 50. RGB value is (189,149,80). Sum of RGB (Red+Green+Blue) = 189+149+80=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9550 is #426AAF. Grayscale: #999999. Windows color (decimal): -4352688 or 5281213. OLE color: 5281213.

HSL color Cylindrical-coordinate representation of color #BD9550: hue angle of 37.98º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD9550 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 80 -
CMYK 0 0.21 0.58 0.26
HSL 37.98º 0.45% 0.53% -
HSV(B) 37.98º 0.58% 0.74% -
XYZ 33.18 32.89 12.19 -
YUV 153.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 189 149 80 0 0.21 0.58 0.26 37.98 0.45 0.53
Hex BD 95 50 0 15 3A 1A 26 2D 35
Octal 275 225 120 0 25 72 32 46 55 65
Binary 10111101 10010101 1010000 0 10101 111010 11010 100110 101101 110101

Color Harmonies of #BD9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9550

Black with #BD9550

Text Example


Text Example

White with #BD9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9550; }

 p { color: rgb(189,149,80); }

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

background-color css

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

 a { background-color: rgb(189,149,80); }

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

border-color css

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

 span { border-color: rgb(189,149,80); }

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