Html Css Color HEX #BDA038 Brass

📋 copy color: '#BDA038'

red 189 ◦ green 160 ◦ blue 56

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

Shades of Brass #BDA038

Tints of Brass #BDA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

 BLUE value IS 56 (22.27% from 255) = 13.83%

R = 46.67%
G = 39.51%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA038 (or 0xBDA038) is known color: Brass. HEX triplet: BD, A0 and 38. RGB value is (189,160,56). Sum of RGB (Red+Green+Blue) = 189+160+56=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA038 is #425FC7. Grayscale: #9D9D9D. Windows color (decimal): -4349896 or 3711165. OLE color: 3711165.

HSL color Cylindrical-coordinate representation of color #BDA038: hue angle of 46.92º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA038 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 56 -
CMYK 0 0.15 0.70 0.26
HSL 46.92º 0.54% 0.48% -
HSV(B) 46.92º 0.7% 0.74% -
XYZ 34.27 36.25 8.93 -
YUV 156.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 189 160 56 0 0.15 0.70 0.26 46.92 0.54 0.48
Hex BD A0 38 0 F 46 1A 2F 36 30
Octal 275 240 70 0 17 106 32 57 66 60
Binary 10111101 10100000 111000 0 1111 1000110 11010 101111 110110 110000

Color Harmonies of #BDA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA038

Black with #BDA038

Text Example


Text Example

White with #BDA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA038; }

 p { color: rgb(189,160,56); }

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

background-color css

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

 a { background-color: rgb(189,160,56); }

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

border-color css

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

 span { border-color: rgb(189,160,56); }

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