Html Css Color HEX #BDAE44 Brass

📋 copy color: '#BDAE44'

red 189 ◦ green 174 ◦ blue 68

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

Shades of Brass #BDAE44

Tints of Brass #BDAE44

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

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

R = 43.85%
G = 40.37%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDAE44 (or 0xBDAE44) is known color: Brass. HEX triplet: BD, AE and 44. RGB value is (189,174,68). Sum of RGB (Red+Green+Blue) = 189+174+68=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE44 is #4251BB. Grayscale: #A6A6A6. Windows color (decimal): -4346300 or 4501181. OLE color: 4501181.

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

Color convert

RGB 189 174 68 -
CMYK 0 0.08 0.64 0.26
HSL 52.56º 0.48% 0.5% -
HSV(B) 52.56º 0.64% 0.74% -
XYZ 37.17 41.51 11.52 -
YUV 166.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 189 174 68 0 0.08 0.64 0.26 52.56 0.48 0.5
Hex BD AE 44 0 8 40 1A 35 30 32
Octal 275 256 104 0 10 100 32 65 60 62
Binary 10111101 10101110 1000100 0 1000 1000000 11010 110101 110000 110010

Color Harmonies of #BDAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE44

Black with #BDAE44

Text Example


Text Example

White with #BDAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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