Html Css Color HEX #BD9148 Tussock

📋 copy color: '#BD9148'

red 189 ◦ green 145 ◦ blue 72

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

Shades of Tussock #BD9148

Tints of Tussock #BD9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 46.55%
G = 35.71%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD9148 (or 0xBD9148) is known color: Tussock. HEX triplet: BD, 91 and 48. RGB value is (189,145,72). Sum of RGB (Red+Green+Blue) = 189+145+72=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9148 is #426EB7. Grayscale: #969696. Windows color (decimal): -4353720 or 4755901. OLE color: 4755901.

HSL color Cylindrical-coordinate representation of color #BD9148: hue angle of 37.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD9148 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 145 72 -
CMYK 0 0.23 0.62 0.26
HSL 37.44º 0.47% 0.51% -
HSV(B) 37.44º 0.62% 0.74% -
XYZ 32.28 31.54 10.52 -
YUV 149.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 189 145 72 0 0.23 0.62 0.26 37.44 0.47 0.51
Hex BD 91 48 0 17 3E 1A 25 2F 33
Octal 275 221 110 0 27 76 32 45 57 63
Binary 10111101 10010001 1001000 0 10111 111110 11010 100101 101111 110011

Color Harmonies of #BD9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9148

Black with #BD9148

Text Example


Text Example

White with #BD9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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