Html Css Color HEX #BDA244 Brass

📋 copy color: '#BDA244'

red 189 ◦ green 162 ◦ blue 68

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

Shades of Brass #BDA244

Tints of Brass #BDA244

RGB

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

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

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

R = 45.11%
G = 38.66%
B = 16.23%

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

#BDA244 (or 0xBDA244) is known color: Brass. HEX triplet: BD, A2 and 44. RGB value is (189,162,68). Sum of RGB (Red+Green+Blue) = 189+162+68=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA244 is #425DBB. Grayscale: #9F9F9F. Windows color (decimal): -4349372 or 4498109. OLE color: 4498109.

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

Color convert

RGB 189 162 68 -
CMYK 0 0.14 0.64 0.26
HSL 46.61º 0.48% 0.5% -
HSV(B) 46.61º 0.64% 0.74% -
XYZ 34.95 37.08 10.78 -
YUV 159.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 189 162 68 0 0.14 0.64 0.26 46.61 0.48 0.5
Hex BD A2 44 0 E 40 1A 2F 30 32
Octal 275 242 104 0 16 100 32 57 60 62
Binary 10111101 10100010 1000100 0 1110 1000000 11010 101111 110000 110010

Color Harmonies of #BDA244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA244

Black with #BDA244

Text Example


Text Example

White with #BDA244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA244; }

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

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

background-color css

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

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

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

border-color css

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

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

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