Html Css Color HEX #BDA343 Brass

📋 copy color: '#BDA343'

red 189 ◦ green 163 ◦ blue 67

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

Shades of Brass #BDA343

Tints of Brass #BDA343

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

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

R = 45.11%
G = 38.9%
B = 15.99%

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

#BDA343 (or 0xBDA343) is known color: Brass. HEX triplet: BD, A3 and 43. RGB value is (189,163,67). Sum of RGB (Red+Green+Blue) = 189+163+67=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA343 is #425CBC. Grayscale: #A0A0A0. Windows color (decimal): -4349117 or 4432829. OLE color: 4432829.

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

Color convert

RGB 189 163 67 -
CMYK 0 0.14 0.65 0.26
HSL 47.21º 0.48% 0.5% -
HSV(B) 47.21º 0.65% 0.74% -
XYZ 35.1 37.42 10.68 -
YUV 159.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 189 163 67 0 0.14 0.65 0.26 47.21 0.48 0.5
Hex BD A3 43 0 E 41 1A 2F 30 32
Octal 275 243 103 0 16 101 32 57 60 62
Binary 10111101 10100011 1000011 0 1110 1000001 11010 101111 110000 110010

Color Harmonies of #BDA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA343

Black with #BDA343

Text Example


Text Example

White with #BDA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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