Html Css Color HEX #BDA434 Brass

📋 copy color: '#BDA434'

red 189 ◦ green 164 ◦ blue 52

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

Shades of Brass #BDA434

Tints of Brass #BDA434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 46.67%
G = 40.49%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDA434 (or 0xBDA434) is known color: Brass. HEX triplet: BD, A4 and 34. RGB value is (189,164,52). Sum of RGB (Red+Green+Blue) = 189+164+52=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA434 is #425BCB. Grayscale: #9F9F9F. Windows color (decimal): -4348876 or 3450045. OLE color: 3450045.

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

Color convert

RGB 189 164 52 -
CMYK 0 0.13 0.72 0.26
HSL 49.05º 0.57% 0.47% -
HSV(B) 49.05º 0.72% 0.74% -
XYZ 34.88 37.62 8.67 -
YUV 158.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 189 164 52 0 0.13 0.72 0.26 49.05 0.57 0.47
Hex BD A4 34 0 D 48 1A 31 39 2F
Octal 275 244 64 0 15 110 32 61 71 57
Binary 10111101 10100100 110100 0 1101 1001000 11010 110001 111001 101111

Color Harmonies of #BDA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA434

Black with #BDA434

Text Example


Text Example

White with #BDA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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