Html Css Color HEX #BDA538 Brass

📋 copy color: '#BDA538'

red 189 ◦ green 165 ◦ blue 56

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

Shades of Brass #BDA538

Tints of Brass #BDA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 46.1%
G = 40.24%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA538 (or 0xBDA538) is known color: Brass. HEX triplet: BD, A5 and 38. RGB value is (189,165,56). Sum of RGB (Red+Green+Blue) = 189+165+56=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA538 is #425AC7. Grayscale: #A0A0A0. Windows color (decimal): -4348616 or 3712445. OLE color: 3712445.

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

Color convert

RGB 189 165 56 -
CMYK 0 0.13 0.70 0.26
HSL 49.17º 0.54% 0.48% -
HSV(B) 49.17º 0.7% 0.74% -
XYZ 35.16 38.01 9.23 -
YUV 159.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 189 165 56 0 0.13 0.70 0.26 49.17 0.54 0.48
Hex BD A5 38 0 D 46 1A 31 36 30
Octal 275 245 70 0 15 106 32 61 66 60
Binary 10111101 10100101 111000 0 1101 1000110 11010 110001 110110 110000

Color Harmonies of #BDA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA538

Black with #BDA538

Text Example


Text Example

White with #BDA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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