Html Css Color HEX #BDA945 Brass

📋 copy color: '#BDA945'

red 189 ◦ green 169 ◦ blue 69

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

Shades of Brass #BDA945

Tints of Brass #BDA945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

 BLUE value IS 69 (27.34% from 255) = 16.16%

R = 44.26%
G = 39.58%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA945 (or 0xBDA945) is known color: Brass. HEX triplet: BD, A9 and 45. RGB value is (189,169,69). Sum of RGB (Red+Green+Blue) = 189+169+69=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA945 is #4256BA. Grayscale: #A4A4A4. Windows color (decimal): -4347579 or 4565437. OLE color: 4565437.

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

Color convert

RGB 189 169 69 -
CMYK 0 0.11 0.63 0.26
HSL 50º 0.48% 0.51% -
HSV(B) 50º 0.63% 0.74% -
XYZ 36.25 39.62 11.37 -
YUV 163.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 189 169 69 0 0.11 0.63 0.26 50 0.48 0.51
Hex BD A9 45 0 B 3F 1A 32 30 33
Octal 275 251 105 0 13 77 32 62 60 63
Binary 10111101 10101001 1000101 0 1011 111111 11010 110010 110000 110011

Color Harmonies of #BDA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA945

Black with #BDA945

Text Example


Text Example

White with #BDA945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA945; }

 p { color: rgb(189,169,69); }

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

background-color css

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

 a { background-color: rgb(189,169,69); }

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

border-color css

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

 span { border-color: rgb(189,169,69); }

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