Html Css Color HEX #BDA842 Brass

📋 copy color: '#BDA842'

red 189 ◦ green 168 ◦ blue 66

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

Shades of Brass #BDA842

Tints of Brass #BDA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 44.68%
G = 39.72%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA842 (or 0xBDA842) is known color: Brass. HEX triplet: BD, A8 and 42. RGB value is (189,168,66). Sum of RGB (Red+Green+Blue) = 189+168+66=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA842 is #4257BD. Grayscale: #A3A3A3. Windows color (decimal): -4347838 or 4368573. OLE color: 4368573.

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

Color convert

RGB 189 168 66 -
CMYK 0 0.11 0.65 0.26
HSL 49.76º 0.48% 0.5% -
HSV(B) 49.76º 0.65% 0.74% -
XYZ 35.97 39.22 10.83 -
YUV 162.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 189 168 66 0 0.11 0.65 0.26 49.76 0.48 0.5
Hex BD A8 42 0 B 41 1A 32 30 32
Octal 275 250 102 0 13 101 32 62 60 62
Binary 10111101 10101000 1000010 0 1011 1000001 11010 110010 110000 110010

Color Harmonies of #BDA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA842

Black with #BDA842

Text Example


Text Example

White with #BDA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA842; }

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

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

background-color css

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

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

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

border-color css

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

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

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