Html Css Color HEX #BDA944 Brass

📋 copy color: '#BDA944'

red 189 ◦ green 169 ◦ blue 68

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

Shades of Brass #BDA944

Tints of Brass #BDA944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.96%

R = 44.37%
G = 39.67%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDA944 (or 0xBDA944) is known color: Brass. HEX triplet: BD, A9 and 44. RGB value is (189,169,68). Sum of RGB (Red+Green+Blue) = 189+169+68=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA944 is #4256BB. Grayscale: #A3A3A3. Windows color (decimal): -4347580 or 4499901. OLE color: 4499901.

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

Color convert

RGB 189 169 68 -
CMYK 0 0.11 0.64 0.26
HSL 50.08º 0.48% 0.5% -
HSV(B) 50.08º 0.64% 0.74% -
XYZ 36.22 39.61 11.21 -
YUV 163.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 189 169 68 0 0.11 0.64 0.26 50.08 0.48 0.5
Hex BD A9 44 0 B 40 1A 32 30 32
Octal 275 251 104 0 13 100 32 62 60 62
Binary 10111101 10101001 1000100 0 1011 1000000 11010 110010 110000 110010

Color Harmonies of #BDA944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA944

Black with #BDA944

Text Example


Text Example

White with #BDA944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA944; }

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

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

background-color css

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

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

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

border-color css

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

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

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