Html Css Color HEX #BD9A51 Tussock

📋 copy color: '#BD9A51'

red 189 ◦ green 154 ◦ blue 81

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

Shades of Tussock #BD9A51

Tints of Tussock #BD9A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 81 (32.03% from 255) = 19.1%

R = 44.58%
G = 36.32%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9A51 (or 0xBD9A51) is known color: Tussock. HEX triplet: BD, 9A and 51. RGB value is (189,154,81). Sum of RGB (Red+Green+Blue) = 189+154+81=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A51 is #4265AE. Grayscale: #9C9C9C. Windows color (decimal): -4351407 or 5348029. OLE color: 5348029.

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

Color convert

RGB 189 154 81 -
CMYK 0 0.19 0.57 0.26
HSL 40.56º 0.45% 0.53% -
HSV(B) 40.56º 0.57% 0.74% -
XYZ 34.03 34.52 12.65 -
YUV 156.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 189 154 81 0 0.19 0.57 0.26 40.56 0.45 0.53
Hex BD 9A 51 0 13 39 1A 29 2D 35
Octal 275 232 121 0 23 71 32 51 55 65
Binary 10111101 10011010 1010001 0 10011 111001 11010 101001 101101 110101

Color Harmonies of #BD9A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A51

Black with #BD9A51

Text Example


Text Example

White with #BD9A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A51; }

 p { color: rgb(189,154,81); }

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

background-color css

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

 a { background-color: rgb(189,154,81); }

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

border-color css

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

 span { border-color: rgb(189,154,81); }

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