Html Css Color HEX #BDA935 Brass

📋 copy color: '#BDA935'

red 189 ◦ green 169 ◦ blue 53

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

Shades of Brass #BDA935

Tints of Brass #BDA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 45.99%
G = 41.12%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDA935 (or 0xBDA935) is known color: Brass. HEX triplet: BD, A9 and 35. RGB value is (189,169,53). Sum of RGB (Red+Green+Blue) = 189+169+53=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA935 is #4256CA. Grayscale: #A2A2A2. Windows color (decimal): -4347595 or 3516861. OLE color: 3516861.

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

Color convert

RGB 189 169 53 -
CMYK 0 0.11 0.72 0.26
HSL 51.18º 0.56% 0.47% -
HSV(B) 51.18º 0.72% 0.74% -
XYZ 35.82 39.45 9.1 -
YUV 161.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 189 169 53 0 0.11 0.72 0.26 51.18 0.56 0.47
Hex BD A9 35 0 B 48 1A 33 38 2F
Octal 275 251 65 0 13 110 32 63 70 57
Binary 10111101 10101001 110101 0 1011 1001000 11010 110011 111000 101111

Color Harmonies of #BDA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA935

Black with #BDA935

Text Example


Text Example

White with #BDA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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