Html Css Color HEX #BD9546 Tussock

📋 copy color: '#BD9546'

red 189 ◦ green 149 ◦ blue 70

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

Shades of Tussock #BD9546

Tints of Tussock #BD9546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 46.32%
G = 36.52%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD9546 (or 0xBD9546) is known color: Tussock. HEX triplet: BD, 95 and 46. RGB value is (189,149,70). Sum of RGB (Red+Green+Blue) = 189+149+70=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9546 is #426AB9. Grayscale: #989898. Windows color (decimal): -4352698 or 4625853. OLE color: 4625853.

HSL color Cylindrical-coordinate representation of color #BD9546: 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.63%. Process color model (Four color, CMYK) of #BD9546 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 70 -
CMYK 0 0.21 0.63 0.26
HSL 39.83º 0.47% 0.51% -
HSV(B) 39.83º 0.63% 0.74% -
XYZ 32.84 32.76 10.39 -
YUV 151.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 189 149 70 0 0.21 0.63 0.26 39.83 0.47 0.51
Hex BD 95 46 0 15 3F 1A 28 2F 33
Octal 275 225 106 0 25 77 32 50 57 63
Binary 10111101 10010101 1000110 0 10101 111111 11010 101000 101111 110011

Color Harmonies of #BD9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9546

Black with #BD9546

Text Example


Text Example

White with #BD9546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9546; }

 p { color: rgb(189,149,70); }

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

background-color css

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

 a { background-color: rgb(189,149,70); }

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

border-color css

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

 span { border-color: rgb(189,149,70); }

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