Html Css Color HEX #BD9146 Tussock

📋 copy color: '#BD9146'

red 189 ◦ green 145 ◦ blue 70

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

Shades of Tussock #BD9146

Tints of Tussock #BD9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 46.78%
G = 35.89%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD9146 (or 0xBD9146) is known color: Tussock. HEX triplet: BD, 91 and 46. RGB value is (189,145,70). Sum of RGB (Red+Green+Blue) = 189+145+70=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9146 is #426EB9. Grayscale: #959595. Windows color (decimal): -4353722 or 4624829. OLE color: 4624829.

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

Color convert

RGB 189 145 70 -
CMYK 0 0.23 0.63 0.26
HSL 37.82º 0.47% 0.51% -
HSV(B) 37.82º 0.63% 0.74% -
XYZ 32.22 31.51 10.18 -
YUV 149.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 189 145 70 0 0.23 0.63 0.26 37.82 0.47 0.51
Hex BD 91 46 0 17 3F 1A 26 2F 33
Octal 275 221 106 0 27 77 32 46 57 63
Binary 10111101 10010001 1000110 0 10111 111111 11010 100110 101111 110011

Color Harmonies of #BD9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9146

Black with #BD9146

Text Example


Text Example

White with #BD9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9146; }

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

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

background-color css

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

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

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

border-color css

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

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

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