Html Css Color HEX #BDAE3E Brass

📋 copy color: '#BDAE3E'

red 189 ◦ green 174 ◦ blue 62

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

Shades of Brass #BDAE3E

Tints of Brass #BDAE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 44.47%
G = 40.94%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDAE3E (or 0xBDAE3E) is known color: Brass. HEX triplet: BD, AE and 3E. RGB value is (189,174,62). Sum of RGB (Red+Green+Blue) = 189+174+62=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE3E is #4251C1. Grayscale: #A6A6A6. Windows color (decimal): -4346306 or 4107965. OLE color: 4107965.

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

Color convert

RGB 189 174 62 -
CMYK 0 0.08 0.67 0.26
HSL 52.91º 0.51% 0.49% -
HSV(B) 52.91º 0.67% 0.74% -
XYZ 36.99 41.44 10.61 -
YUV 165.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 189 174 62 0 0.08 0.67 0.26 52.91 0.51 0.49
Hex BD AE 3E 0 8 43 1A 35 33 31
Octal 275 256 76 0 10 103 32 65 63 61
Binary 10111101 10101110 111110 0 1000 1000011 11010 110101 110011 110001

Color Harmonies of #BDAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE3E

Black with #BDAE3E

Text Example


Text Example

White with #BDAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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