Html Css Color HEX #BDA643 Brass

📋 copy color: '#BDA643'

red 189 ◦ green 166 ◦ blue 67

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

Shades of Brass #BDA643

Tints of Brass #BDA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

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

R = 44.79%
G = 39.34%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA643 (or 0xBDA643) is known color: Brass. HEX triplet: BD, A6 and 43. RGB value is (189,166,67). Sum of RGB (Red+Green+Blue) = 189+166+67=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA643 is #4259BC. Grayscale: #A2A2A2. Windows color (decimal): -4348349 or 4433597. OLE color: 4433597.

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

Color convert

RGB 189 166 67 -
CMYK 0 0.12 0.65 0.26
HSL 48.69º 0.48% 0.5% -
HSV(B) 48.69º 0.65% 0.74% -
XYZ 35.64 38.5 10.86 -
YUV 161.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 189 166 67 0 0.12 0.65 0.26 48.69 0.48 0.5
Hex BD A6 43 0 C 41 1A 31 30 32
Octal 275 246 103 0 14 101 32 61 60 62
Binary 10111101 10100110 1000011 0 1100 1000001 11010 110001 110000 110010

Color Harmonies of #BDA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA643

Black with #BDA643

Text Example


Text Example

White with #BDA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA643; }

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

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

background-color css

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

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

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

border-color css

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

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

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