Html Css Color HEX #BD9548 Tussock

📋 copy color: '#BD9548'

red 189 ◦ green 149 ◦ blue 72

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

Shades of Tussock #BD9548

Tints of Tussock #BD9548

RGB

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

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

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

R = 46.1%
G = 36.34%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD9548 (or 0xBD9548) is known color: Tussock. HEX triplet: BD, 95 and 48. RGB value is (189,149,72). Sum of RGB (Red+Green+Blue) = 189+149+72=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9548 is #426AB7. Grayscale: #989898. Windows color (decimal): -4352696 or 4756925. OLE color: 4756925.

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

Color convert

RGB 189 149 72 -
CMYK 0 0.21 0.62 0.26
HSL 39.49º 0.47% 0.51% -
HSV(B) 39.49º 0.62% 0.74% -
XYZ 32.9 32.78 10.72 -
YUV 152.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 189 149 72 0 0.21 0.62 0.26 39.49 0.47 0.51
Hex BD 95 48 0 15 3E 1A 27 2F 33
Octal 275 225 110 0 25 76 32 47 57 63
Binary 10111101 10010101 1001000 0 10101 111110 11010 100111 101111 110011

Color Harmonies of #BD9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9548

Black with #BD9548

Text Example


Text Example

White with #BD9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9548; }

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

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

background-color css

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

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

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

border-color css

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

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

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