Html Css Color HEX #BDA844 Brass

📋 copy color: '#BDA844'

red 189 ◦ green 168 ◦ blue 68

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

Shades of Brass #BDA844

Tints of Brass #BDA844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.53%

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

R = 44.47%
G = 39.53%
B = 16%

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

#BDA844 (or 0xBDA844) is known color: Brass. HEX triplet: BD, A8 and 44. RGB value is (189,168,68). Sum of RGB (Red+Green+Blue) = 189+168+68=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA844 is #4257BB. Grayscale: #A3A3A3. Windows color (decimal): -4347836 or 4499645. OLE color: 4499645.

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

Color convert

RGB 189 168 68 -
CMYK 0 0.11 0.64 0.26
HSL 49.59º 0.48% 0.5% -
HSV(B) 49.59º 0.64% 0.74% -
XYZ 36.03 39.24 11.14 -
YUV 162.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 189 168 68 0 0.11 0.64 0.26 49.59 0.48 0.5
Hex BD A8 44 0 B 40 1A 32 30 32
Octal 275 250 104 0 13 100 32 62 60 62
Binary 10111101 10101000 1000100 0 1011 1000000 11010 110010 110000 110010

Color Harmonies of #BDA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA844

Black with #BDA844

Text Example


Text Example

White with #BDA844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA844; }

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

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

background-color css

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

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

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

border-color css

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

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

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