Html Css Color HEX #BD9051 Tussock

📋 copy color: '#BD9051'

red 189 ◦ green 144 ◦ blue 81

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

Shades of Tussock #BD9051

Tints of Tussock #BD9051

RGB

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

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

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

R = 45.65%
G = 34.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9051 (or 0xBD9051) is known color: Tussock. HEX triplet: BD, 90 and 51. RGB value is (189,144,81). Sum of RGB (Red+Green+Blue) = 189+144+81=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9051 is #426FAE. Grayscale: #969696. Windows color (decimal): -4353967 or 5345469. OLE color: 5345469.

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

Color convert

RGB 189 144 81 -
CMYK 0 0.24 0.57 0.26
HSL 35º 0.45% 0.53% -
HSV(B) 35º 0.57% 0.74% -
XYZ 32.44 31.36 12.13 -
YUV 150.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 189 144 81 0 0.24 0.57 0.26 35 0.45 0.53
Hex BD 90 51 0 18 39 1A 23 2D 35
Octal 275 220 121 0 30 71 32 43 55 65
Binary 10111101 10010000 1010001 0 11000 111001 11010 100011 101101 110101

Color Harmonies of #BD9051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9051

Black with #BD9051

Text Example


Text Example

White with #BD9051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9051; }

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

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

background-color css

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

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

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

border-color css

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

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

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