Html Css Color HEX #BDAE43 Brass

📋 copy color: '#BDAE43'

red 189 ◦ green 174 ◦ blue 67

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

Shades of Brass #BDAE43

Tints of Brass #BDAE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.58%

R = 43.95%
G = 40.47%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDAE43 (or 0xBDAE43) is known color: Brass. HEX triplet: BD, AE and 43. RGB value is (189,174,67). Sum of RGB (Red+Green+Blue) = 189+174+67=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE43 is #4251BC. Grayscale: #A6A6A6. Windows color (decimal): -4346301 or 4435645. OLE color: 4435645.

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

Color convert

RGB 189 174 67 -
CMYK 0 0.08 0.65 0.26
HSL 52.62º 0.48% 0.5% -
HSV(B) 52.62º 0.65% 0.74% -
XYZ 37.14 41.5 11.36 -
YUV 166.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 189 174 67 0 0.08 0.65 0.26 52.62 0.48 0.5
Hex BD AE 43 0 8 41 1A 35 30 32
Octal 275 256 103 0 10 101 32 65 60 62
Binary 10111101 10101110 1000011 0 1000 1000001 11010 110101 110000 110010

Color Harmonies of #BDAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE43

Black with #BDAE43

Text Example


Text Example

White with #BDAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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