Html Css Color HEX #BD9649 Tussock

📋 copy color: '#BD9649'

red 189 ◦ green 150 ◦ blue 73

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

Shades of Tussock #BD9649

Tints of Tussock #BD9649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 45.87%
G = 36.41%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9649 (or 0xBD9649) is known color: Tussock. HEX triplet: BD, 96 and 49. RGB value is (189,150,73). Sum of RGB (Red+Green+Blue) = 189+150+73=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9649 is #4269B6. Grayscale: #999999. Windows color (decimal): -4352439 or 4822717. OLE color: 4822717.

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

Color convert

RGB 189 150 73 -
CMYK 0 0.21 0.61 0.26
HSL 39.83º 0.47% 0.51% -
HSV(B) 39.83º 0.61% 0.74% -
XYZ 33.1 33.11 10.95 -
YUV 152.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 189 150 73 0 0.21 0.61 0.26 39.83 0.47 0.51
Hex BD 96 49 0 15 3D 1A 28 2F 33
Octal 275 226 111 0 25 75 32 50 57 63
Binary 10111101 10010110 1001001 0 10101 111101 11010 101000 101111 110011

Color Harmonies of #BD9649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9649

Black with #BD9649

Text Example


Text Example

White with #BD9649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9649; }

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

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

background-color css

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

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

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

border-color css

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

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

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