Html Css Color HEX #BDA535 Brass

📋 copy color: '#BDA535'

red 189 ◦ green 165 ◦ blue 53

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

Shades of Brass #BDA535

Tints of Brass #BDA535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.02%

R = 46.44%
G = 40.54%
B = 13.02%

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

#BDA535 (or 0xBDA535) is known color: Brass. HEX triplet: BD, A5 and 35. RGB value is (189,165,53). Sum of RGB (Red+Green+Blue) = 189+165+53=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA535 is #425ACA. Grayscale: #9F9F9F. Windows color (decimal): -4348619 or 3515837. OLE color: 3515837.

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

Color convert

RGB 189 165 53 -
CMYK 0 0.13 0.72 0.26
HSL 49.41º 0.56% 0.47% -
HSV(B) 49.41º 0.72% 0.74% -
XYZ 35.08 37.99 8.85 -
YUV 159.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 189 165 53 0 0.13 0.72 0.26 49.41 0.56 0.47
Hex BD A5 35 0 D 48 1A 31 38 2F
Octal 275 245 65 0 15 110 32 61 70 57
Binary 10111101 10100101 110101 0 1101 1001000 11010 110001 111000 101111

Color Harmonies of #BDA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA535

Black with #BDA535

Text Example


Text Example

White with #BDA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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