Html Css Color HEX #BDB440 Brass

📋 copy color: '#BDB440'

red 189 ◦ green 180 ◦ blue 64

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

Shades of Brass #BDB440

Tints of Brass #BDB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 43.65%
G = 41.57%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB440 (or 0xBDB440) is known color: Brass. HEX triplet: BD, B4 and 40. RGB value is (189,180,64). Sum of RGB (Red+Green+Blue) = 189+180+64=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB440 is #424BBF. Grayscale: #A9A9A9. Windows color (decimal): -4344768 or 4240573. OLE color: 4240573.

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

Color convert

RGB 189 180 64 -
CMYK 0 0.05 0.66 0.26
HSL 55.68º 0.49% 0.5% -
HSV(B) 55.68º 0.66% 0.74% -
XYZ 38.23 43.83 11.3 -
YUV 169.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 189 180 64 0 0.05 0.66 0.26 55.68 0.49 0.5
Hex BD B4 40 0 5 42 1A 38 31 32
Octal 275 264 100 0 5 102 32 70 61 62
Binary 10111101 10110100 1000000 0 101 1000010 11010 111000 110001 110010

Color Harmonies of #BDB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB440

Black with #BDB440

Text Example


Text Example

White with #BDB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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