Html Css Color HEX #BDAE42 Brass

📋 copy color: '#BDAE42'

red 189 ◦ green 174 ◦ blue 66

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

Shades of Brass #BDAE42

Tints of Brass #BDAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 44.06%
G = 40.56%
B = 15.38%

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

#BDAE42 (or 0xBDAE42) is known color: Brass. HEX triplet: BD, AE and 42. RGB value is (189,174,66). Sum of RGB (Red+Green+Blue) = 189+174+66=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE42 is #4251BD. Grayscale: #A6A6A6. Windows color (decimal): -4346302 or 4370109. OLE color: 4370109.

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

Color convert

RGB 189 174 66 -
CMYK 0 0.08 0.65 0.26
HSL 52.68º 0.48% 0.5% -
HSV(B) 52.68º 0.65% 0.74% -
XYZ 37.11 41.48 11.21 -
YUV 166.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 189 174 66 0 0.08 0.65 0.26 52.68 0.48 0.5
Hex BD AE 42 0 8 41 1A 35 30 32
Octal 275 256 102 0 10 101 32 65 60 62
Binary 10111101 10101110 1000010 0 1000 1000001 11010 110101 110000 110010

Color Harmonies of #BDAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE42

Black with #BDAE42

Text Example


Text Example

White with #BDAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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