Html Css Color HEX #BDAE47 Brass

📋 copy color: '#BDAE47'

red 189 ◦ green 174 ◦ blue 71

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

Shades of Brass #BDAE47

Tints of Brass #BDAE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 43.55%
G = 40.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDAE47 (or 0xBDAE47) is known color: Brass. HEX triplet: BD, AE and 47. RGB value is (189,174,71). Sum of RGB (Red+Green+Blue) = 189+174+71=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE47 is #4251B8. Grayscale: #A7A7A7. Windows color (decimal): -4346297 or 4697789. OLE color: 4697789.

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

Color convert

RGB 189 174 71 -
CMYK 0 0.08 0.62 0.26
HSL 52.37º 0.47% 0.51% -
HSV(B) 52.37º 0.62% 0.74% -
XYZ 37.26 41.55 12.02 -
YUV 166.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 189 174 71 0 0.08 0.62 0.26 52.37 0.47 0.51
Hex BD AE 47 0 8 3E 1A 34 2F 33
Octal 275 256 107 0 10 76 32 64 57 63
Binary 10111101 10101110 1000111 0 1000 111110 11010 110100 101111 110011

Color Harmonies of #BDAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE47

Black with #BDAE47

Text Example


Text Example

White with #BDAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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