Html Css Color HEX #BDA936 Brass

📋 copy color: '#BDA936'

red 189 ◦ green 169 ◦ blue 54

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

Shades of Brass #BDA936

Tints of Brass #BDA936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.11%

R = 45.87%
G = 41.02%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA936 (or 0xBDA936) is known color: Brass. HEX triplet: BD, A9 and 36. RGB value is (189,169,54). Sum of RGB (Red+Green+Blue) = 189+169+54=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA936 is #4256C9. Grayscale: #A2A2A2. Windows color (decimal): -4347594 or 3582397. OLE color: 3582397.

HSL color Cylindrical-coordinate representation of color #BDA936: hue angle of 51.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDA936 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 54 -
CMYK 0 0.11 0.71 0.26
HSL 51.11º 0.56% 0.48% -
HSV(B) 51.11º 0.71% 0.74% -
XYZ 35.84 39.46 9.22 -
YUV 161.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 189 169 54 0 0.11 0.71 0.26 51.11 0.56 0.48
Hex BD A9 36 0 B 47 1A 33 38 30
Octal 275 251 66 0 13 107 32 63 70 60
Binary 10111101 10101001 110110 0 1011 1000111 11010 110011 111000 110000

Color Harmonies of #BDA936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA936

Black with #BDA936

Text Example


Text Example

White with #BDA936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA936; }

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

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

background-color css

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

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

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

border-color css

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

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

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