Html Css Color HEX #BDB537 Old Gold

📋 copy color: '#BDB537'

red 189 ◦ green 181 ◦ blue 55

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

Shades of Old Gold #BDB537

Tints of Old Gold #BDB537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

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

R = 44.47%
G = 42.59%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB537 (or 0xBDB537) is known color: Old Gold. HEX triplet: BD, B5 and 37. RGB value is (189,181,55). Sum of RGB (Red+Green+Blue) = 189+181+55=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB537 is #424AC8. Grayscale: #A9A9A9. Windows color (decimal): -4344521 or 3651005. OLE color: 3651005.

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

Color convert

RGB 189 181 55 -
CMYK 0 0.04 0.71 0.26
HSL 56.42º 0.55% 0.48% -
HSV(B) 56.42º 0.71% 0.74% -
XYZ 38.2 44.14 10.12 -
YUV 169.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 189 181 55 0 0.04 0.71 0.26 56.42 0.55 0.48
Hex BD B5 37 0 4 47 1A 38 37 30
Octal 275 265 67 0 4 107 32 70 67 60
Binary 10111101 10110101 110111 0 100 1000111 11010 111000 110111 110000

Color Harmonies of #BDB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB537

Black with #BDB537

Text Example


Text Example

White with #BDB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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