Html Css Color HEX #BDB540 Brass

📋 copy color: '#BDB540'

red 189 ◦ green 181 ◦ blue 64

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

Shades of Brass #BDB540

Tints of Brass #BDB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 43.55%
G = 41.71%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB540 (or 0xBDB540) is known color: Brass. HEX triplet: BD, B5 and 40. RGB value is (189,181,64). Sum of RGB (Red+Green+Blue) = 189+181+64=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB540 is #424ABF. Grayscale: #AAAAAA. Windows color (decimal): -4344512 or 4240829. OLE color: 4240829.

HSL color Cylindrical-coordinate representation of color #BDB540: hue angle of 56.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDB540 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 64 -
CMYK 0 0.04 0.66 0.26
HSL 56.16º 0.49% 0.5% -
HSV(B) 56.16º 0.66% 0.74% -
XYZ 38.44 44.24 11.36 -
YUV 170.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 189 181 64 0 0.04 0.66 0.26 56.16 0.49 0.5
Hex BD B5 40 0 4 42 1A 38 31 32
Octal 275 265 100 0 4 102 32 70 61 62
Binary 10111101 10110101 1000000 0 100 1000010 11010 111000 110001 110010

Color Harmonies of #BDB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB540

Black with #BDB540

Text Example


Text Example

White with #BDB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB540; }

 p { color: rgb(189,181,64); }

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

background-color css

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

 a { background-color: rgb(189,181,64); }

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

border-color css

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

 span { border-color: rgb(189,181,64); }

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