Html Css Color HEX #BDA137 Brass

📋 copy color: '#BDA137'

red 189 ◦ green 161 ◦ blue 55

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

Shades of Brass #BDA137

Tints of Brass #BDA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 46.67%
G = 39.75%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA137 (or 0xBDA137) is known color: Brass. HEX triplet: BD, A1 and 37. RGB value is (189,161,55). Sum of RGB (Red+Green+Blue) = 189+161+55=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA137 is #425EC8. Grayscale: #9D9D9D. Windows color (decimal): -4349641 or 3645885. OLE color: 3645885.

HSL color Cylindrical-coordinate representation of color #BDA137: hue angle of 47.46º degrees, saturation: 0.55, 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 #BDA137 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 55 -
CMYK 0 0.15 0.71 0.26
HSL 47.46º 0.55% 0.48% -
HSV(B) 47.46º 0.71% 0.74% -
XYZ 34.42 36.58 8.86 -
YUV 157.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 189 161 55 0 0.15 0.71 0.26 47.46 0.55 0.48
Hex BD A1 37 0 F 47 1A 2F 37 30
Octal 275 241 67 0 17 107 32 57 67 60
Binary 10111101 10100001 110111 0 1111 1000111 11010 101111 110111 110000

Color Harmonies of #BDA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA137

Black with #BDA137

Text Example


Text Example

White with #BDA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA137; }

 p { color: rgb(189,161,55); }

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

background-color css

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

 a { background-color: rgb(189,161,55); }

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

border-color css

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

 span { border-color: rgb(189,161,55); }

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