Html Css Color HEX #BDA433 Brass

📋 copy color: '#BDA433'

red 189 ◦ green 164 ◦ blue 51

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

Shades of Brass #BDA433

Tints of Brass #BDA433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 46.78%
G = 40.59%
B = 12.62%

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

#BDA433 (or 0xBDA433) is known color: Brass. HEX triplet: BD, A4 and 33. RGB value is (189,164,51). Sum of RGB (Red+Green+Blue) = 189+164+51=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA433 is #425BCC. Grayscale: #9F9F9F. Windows color (decimal): -4348877 or 3384509. OLE color: 3384509.

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

Color convert

RGB 189 164 51 -
CMYK 0 0.13 0.73 0.26
HSL 49.13º 0.58% 0.47% -
HSV(B) 49.13º 0.73% 0.74% -
XYZ 34.86 37.61 8.55 -
YUV 158.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 189 164 51 0 0.13 0.73 0.26 49.13 0.58 0.47
Hex BD A4 33 0 D 49 1A 31 3A 2F
Octal 275 244 63 0 15 111 32 61 72 57
Binary 10111101 10100100 110011 0 1101 1001001 11010 110001 111010 101111

Color Harmonies of #BDA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA433

Black with #BDA433

Text Example


Text Example

White with #BDA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA433; }

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

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

background-color css

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

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

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

border-color css

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

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

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