Html Css Color HEX #BDA242 Brass

📋 copy color: '#BDA242'

red 189 ◦ green 162 ◦ blue 66

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

Shades of Brass #BDA242

Tints of Brass #BDA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 45.32%
G = 38.85%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA242 (or 0xBDA242) is known color: Brass. HEX triplet: BD, A2 and 42. RGB value is (189,162,66). Sum of RGB (Red+Green+Blue) = 189+162+66=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA242 is #425DBD. Grayscale: #9F9F9F. Windows color (decimal): -4349374 or 4367037. OLE color: 4367037.

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

Color convert

RGB 189 162 66 -
CMYK 0 0.14 0.65 0.26
HSL 46.83º 0.48% 0.5% -
HSV(B) 46.83º 0.65% 0.74% -
XYZ 34.89 37.05 10.47 -
YUV 159.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 189 162 66 0 0.14 0.65 0.26 46.83 0.48 0.5
Hex BD A2 42 0 E 41 1A 2F 30 32
Octal 275 242 102 0 16 101 32 57 60 62
Binary 10111101 10100010 1000010 0 1110 1000001 11010 101111 110000 110010

Color Harmonies of #BDA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA242

Black with #BDA242

Text Example


Text Example

White with #BDA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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