Html Css Color HEX #BDA243 Brass

📋 copy color: '#BDA243'

red 189 ◦ green 162 ◦ blue 67

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

Shades of Brass #BDA243

Tints of Brass #BDA243

RGB

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

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

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

R = 45.22%
G = 38.76%
B = 16.03%

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

#BDA243 (or 0xBDA243) is known color: Brass. HEX triplet: BD, A2 and 43. RGB value is (189,162,67). Sum of RGB (Red+Green+Blue) = 189+162+67=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA243 is #425DBC. Grayscale: #9F9F9F. Windows color (decimal): -4349373 or 4432573. OLE color: 4432573.

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

Color convert

RGB 189 162 67 -
CMYK 0 0.14 0.65 0.26
HSL 46.72º 0.48% 0.5% -
HSV(B) 46.72º 0.65% 0.74% -
XYZ 34.92 37.06 10.62 -
YUV 159.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 189 162 67 0 0.14 0.65 0.26 46.72 0.48 0.5
Hex BD A2 43 0 E 41 1A 2F 30 32
Octal 275 242 103 0 16 101 32 57 60 62
Binary 10111101 10100010 1000011 0 1110 1000001 11010 101111 110000 110010

Color Harmonies of #BDA243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA243

Black with #BDA243

Text Example


Text Example

White with #BDA243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA243; }

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

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

background-color css

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

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

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

border-color css

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

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

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