Html Css Color HEX #BDB040 Brass

📋 copy color: '#BDB040'

red 189 ◦ green 176 ◦ blue 64

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

Shades of Brass #BDB040

Tints of Brass #BDB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

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

R = 44.06%
G = 41.03%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB040 (or 0xBDB040) is known color: Brass. HEX triplet: BD, B0 and 40. RGB value is (189,176,64). Sum of RGB (Red+Green+Blue) = 189+176+64=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB040 is #424FBF. Grayscale: #A7A7A7. Windows color (decimal): -4345792 or 4239549. OLE color: 4239549.

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

Color convert

RGB 189 176 64 -
CMYK 0 0.07 0.66 0.26
HSL 53.76º 0.49% 0.5% -
HSV(B) 53.76º 0.66% 0.74% -
XYZ 37.44 42.24 11.03 -
YUV 167.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 189 176 64 0 0.07 0.66 0.26 53.76 0.49 0.5
Hex BD B0 40 0 7 42 1A 36 31 32
Octal 275 260 100 0 7 102 32 66 61 62
Binary 10111101 10110000 1000000 0 111 1000010 11010 110110 110001 110010

Color Harmonies of #BDB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB040

Black with #BDB040

Text Example


Text Example

White with #BDB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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