Html Css Color HEX #BDB037 Brass

📋 copy color: '#BDB037'

red 189 ◦ green 176 ◦ blue 55

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

Shades of Brass #BDB037

Tints of Brass #BDB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

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

R = 45%
G = 41.9%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB037 (or 0xBDB037) is known color: Brass. HEX triplet: BD, B0 and 37. RGB value is (189,176,55). Sum of RGB (Red+Green+Blue) = 189+176+55=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB037 is #424FC8. Grayscale: #A6A6A6. Windows color (decimal): -4345801 or 3649725. OLE color: 3649725.

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

Color convert

RGB 189 176 55 -
CMYK 0 0.07 0.71 0.26
HSL 54.18º 0.55% 0.48% -
HSV(B) 54.18º 0.71% 0.74% -
XYZ 37.2 42.15 9.79 -
YUV 166.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 189 176 55 0 0.07 0.71 0.26 54.18 0.55 0.48
Hex BD B0 37 0 7 47 1A 36 37 30
Octal 275 260 67 0 7 107 32 66 67 60
Binary 10111101 10110000 110111 0 111 1000111 11010 110110 110111 110000

Color Harmonies of #BDB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB037

Black with #BDB037

Text Example


Text Example

White with #BDB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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