Html Css Color HEX #BDA344 Brass

📋 copy color: '#BDA344'

red 189 ◦ green 163 ◦ blue 68

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

Shades of Brass #BDA344

Tints of Brass #BDA344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 45%
G = 38.81%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDA344 (or 0xBDA344) is known color: Brass. HEX triplet: BD, A3 and 44. RGB value is (189,163,68). Sum of RGB (Red+Green+Blue) = 189+163+68=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA344 is #425CBB. Grayscale: #A0A0A0. Windows color (decimal): -4349116 or 4498365. OLE color: 4498365.

HSL color Cylindrical-coordinate representation of color #BDA344: hue angle of 47.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA344 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 68 -
CMYK 0 0.14 0.64 0.26
HSL 47.11º 0.48% 0.5% -
HSV(B) 47.11º 0.64% 0.74% -
XYZ 35.13 37.43 10.84 -
YUV 159.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 189 163 68 0 0.14 0.64 0.26 47.11 0.48 0.5
Hex BD A3 44 0 E 40 1A 2F 30 32
Octal 275 243 104 0 16 100 32 57 60 62
Binary 10111101 10100011 1000100 0 1110 1000000 11010 101111 110000 110010

Color Harmonies of #BDA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA344

Black with #BDA344

Text Example


Text Example

White with #BDA344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA344; }

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

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

background-color css

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

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

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

border-color css

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

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

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