Html Css Color HEX #BD9749 Tussock

📋 copy color: '#BD9749'

red 189 ◦ green 151 ◦ blue 73

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

Shades of Tussock #BD9749

Tints of Tussock #BD9749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

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

R = 45.76%
G = 36.56%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9749 (or 0xBD9749) is known color: Tussock. HEX triplet: BD, 97 and 49. RGB value is (189,151,73). Sum of RGB (Red+Green+Blue) = 189+151+73=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9749 is #4268B6. Grayscale: #999999. Windows color (decimal): -4352183 or 4822973. OLE color: 4822973.

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

Color convert

RGB 189 151 73 -
CMYK 0 0.20 0.61 0.26
HSL 40.34º 0.47% 0.51% -
HSV(B) 40.34º 0.61% 0.74% -
XYZ 33.26 33.43 11 -
YUV 153.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 189 151 73 0 0.20 0.61 0.26 40.34 0.47 0.51
Hex BD 97 49 0 14 3D 1A 28 2F 33
Octal 275 227 111 0 24 75 32 50 57 63
Binary 10111101 10010111 1001001 0 10100 111101 11010 101000 101111 110011

Color Harmonies of #BD9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9749

Black with #BD9749

Text Example


Text Example

White with #BD9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9749; }

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

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

background-color css

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

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

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

border-color css

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

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

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