Html Css Color HEX #BD8E49 Tussock

📋 copy color: '#BD8E49'

red 189 ◦ green 142 ◦ blue 73

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

Shades of Tussock #BD8E49

Tints of Tussock #BD8E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 46.78%
G = 35.15%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD8E49 (or 0xBD8E49) is known color: Tussock. HEX triplet: BD, 8E and 49. RGB value is (189,142,73). Sum of RGB (Red+Green+Blue) = 189+142+73=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E49 is #4271B6. Grayscale: #949494. Windows color (decimal): -4354487 or 4820669. OLE color: 4820669.

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

Color convert

RGB 189 142 73 -
CMYK 0 0.25 0.61 0.26
HSL 35.69º 0.47% 0.51% -
HSV(B) 35.69º 0.61% 0.74% -
XYZ 31.86 30.65 10.54 -
YUV 148.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 189 142 73 0 0.25 0.61 0.26 35.69 0.47 0.51
Hex BD 8E 49 0 19 3D 1A 24 2F 33
Octal 275 216 111 0 31 75 32 44 57 63
Binary 10111101 10001110 1001001 0 11001 111101 11010 100100 101111 110011

Color Harmonies of #BD8E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E49

Black with #BD8E49

Text Example


Text Example

White with #BD8E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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