Html Css Color HEX #BD9249 Tussock

📋 copy color: '#BD9249'

red 189 ◦ green 146 ◦ blue 73

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

Shades of Tussock #BD9249

Tints of Tussock #BD9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 46.32%
G = 35.78%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9249 (or 0xBD9249) is known color: Tussock. HEX triplet: BD, 92 and 49. RGB value is (189,146,73). Sum of RGB (Red+Green+Blue) = 189+146+73=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9249 is #426DB6. Grayscale: #969696. Windows color (decimal): -4353463 or 4821693. OLE color: 4821693.

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

Color convert

RGB 189 146 73 -
CMYK 0 0.23 0.61 0.26
HSL 37.76º 0.47% 0.51% -
HSV(B) 37.76º 0.61% 0.74% -
XYZ 32.47 31.86 10.74 -
YUV 150.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 189 146 73 0 0.23 0.61 0.26 37.76 0.47 0.51
Hex BD 92 49 0 17 3D 1A 26 2F 33
Octal 275 222 111 0 27 75 32 46 57 63
Binary 10111101 10010010 1001001 0 10111 111101 11010 100110 101111 110011

Color Harmonies of #BD9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9249

Black with #BD9249

Text Example


Text Example

White with #BD9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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