Html Css Color HEX #BDB937 Old Gold

📋 copy color: '#BDB937'

red 189 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #BDB937

Tints of Old Gold #BDB937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 44.06%
G = 43.12%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB937 (or 0xBDB937) is known color: Old Gold. HEX triplet: BD, B9 and 37. RGB value is (189,185,55). Sum of RGB (Red+Green+Blue) = 189+185+55=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB937 is #4246C8. Grayscale: #ABABAB. Windows color (decimal): -4343497 or 3652029. OLE color: 3652029.

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

Color convert

RGB 189 185 55 -
CMYK 0 0.02 0.71 0.26
HSL 58.21º 0.55% 0.48% -
HSV(B) 58.21º 0.71% 0.74% -
XYZ 39.02 45.79 10.4 -
YUV 171.38 62.33 140.57 -
System Red Green Blue C M Y K H S L
Decimal 189 185 55 0 0.02 0.71 0.26 58.21 0.55 0.48
Hex BD B9 37 0 2 47 1A 3A 37 30
Octal 275 271 67 0 2 107 32 72 67 60
Binary 10111101 10111001 110111 0 10 1000111 11010 111010 110111 110000

Color Harmonies of #BDB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB937

Black with #BDB937

Text Example


Text Example

White with #BDB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB937; }

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

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

background-color css

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

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

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

border-color css

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

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

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