Html Css Color HEX #BDA534 Brass

📋 copy color: '#BDA534'

red 189 ◦ green 165 ◦ blue 52

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

Shades of Brass #BDA534

Tints of Brass #BDA534

RGB

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

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

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

R = 46.55%
G = 40.64%
B = 12.81%

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

#BDA534 (or 0xBDA534) is known color: Brass. HEX triplet: BD, A5 and 34. RGB value is (189,165,52). Sum of RGB (Red+Green+Blue) = 189+165+52=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA534 is #425ACB. Grayscale: #9F9F9F. Windows color (decimal): -4348620 or 3450301. OLE color: 3450301.

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

Color convert

RGB 189 165 52 -
CMYK 0 0.13 0.72 0.26
HSL 49.49º 0.57% 0.47% -
HSV(B) 49.49º 0.72% 0.74% -
XYZ 35.06 37.98 8.73 -
YUV 159.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 189 165 52 0 0.13 0.72 0.26 49.49 0.57 0.47
Hex BD A5 34 0 D 48 1A 31 39 2F
Octal 275 245 64 0 15 110 32 61 71 57
Binary 10111101 10100101 110100 0 1101 1001000 11010 110001 111001 101111

Color Harmonies of #BDA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA534

Black with #BDA534

Text Example


Text Example

White with #BDA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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