Html Css Color HEX #BDA533 Brass

📋 copy color: '#BDA533'

red 189 ◦ green 165 ◦ blue 51

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

Shades of Brass #BDA533

Tints of Brass #BDA533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 46.67%
G = 40.74%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDA533 (or 0xBDA533) is known color: Brass. HEX triplet: BD, A5 and 33. RGB value is (189,165,51). Sum of RGB (Red+Green+Blue) = 189+165+51=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA533 is #425ACC. Grayscale: #9F9F9F. Windows color (decimal): -4348621 or 3384765. OLE color: 3384765.

HSL color Cylindrical-coordinate representation of color #BDA533: hue angle of 49.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDA533 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 51 -
CMYK 0 0.13 0.73 0.26
HSL 49.57º 0.58% 0.47% -
HSV(B) 49.57º 0.73% 0.74% -
XYZ 35.04 37.97 8.61 -
YUV 159.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 189 165 51 0 0.13 0.73 0.26 49.57 0.58 0.47
Hex BD A5 33 0 D 49 1A 32 3A 2F
Octal 275 245 63 0 15 111 32 62 72 57
Binary 10111101 10100101 110011 0 1101 1001001 11010 110010 111010 101111

Color Harmonies of #BDA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA533

Black with #BDA533

Text Example


Text Example

White with #BDA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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