Html Css Color HEX #BD9449 Tussock

📋 copy color: '#BD9449'

red 189 ◦ green 148 ◦ blue 73

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

Shades of Tussock #BD9449

Tints of Tussock #BD9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 46.1%
G = 36.1%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9449 (or 0xBD9449) is known color: Tussock. HEX triplet: BD, 94 and 49. RGB value is (189,148,73). Sum of RGB (Red+Green+Blue) = 189+148+73=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9449 is #426BB6. Grayscale: #989898. Windows color (decimal): -4352951 or 4822205. OLE color: 4822205.

HSL color Cylindrical-coordinate representation of color #BD9449: hue angle of 38.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD9449 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 73 -
CMYK 0 0.22 0.61 0.26
HSL 38.79º 0.47% 0.51% -
HSV(B) 38.79º 0.61% 0.74% -
XYZ 32.78 32.48 10.84 -
YUV 151.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 189 148 73 0 0.22 0.61 0.26 38.79 0.47 0.51
Hex BD 94 49 0 16 3D 1A 27 2F 33
Octal 275 224 111 0 26 75 32 47 57 63
Binary 10111101 10010100 1001001 0 10110 111101 11010 100111 101111 110011

Color Harmonies of #BD9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9449

Black with #BD9449

Text Example


Text Example

White with #BD9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9449; }

 p { color: rgb(189,148,73); }

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

background-color css

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

 a { background-color: rgb(189,148,73); }

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

border-color css

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

 span { border-color: rgb(189,148,73); }

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