Html Css Color HEX #BDB936 Old Gold

📋 copy color: '#BDB936'

red 189 ◦ green 185 ◦ blue 54

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

Shades of Old Gold #BDB936

Tints of Old Gold #BDB936

RGB

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

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

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

R = 44.16%
G = 43.22%
B = 12.62%

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

#BDB936 (or 0xBDB936) is known color: Old Gold. HEX triplet: BD, B9 and 36. RGB value is (189,185,54). Sum of RGB (Red+Green+Blue) = 189+185+54=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB936 is #4246C9. Grayscale: #ABABAB. Windows color (decimal): -4343498 or 3586493. OLE color: 3586493.

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

Color convert

RGB 189 185 54 -
CMYK 0 0.02 0.71 0.26
HSL 58.22º 0.56% 0.48% -
HSV(B) 58.22º 0.71% 0.74% -
XYZ 39 45.78 10.27 -
YUV 171.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 189 185 54 0 0.02 0.71 0.26 58.22 0.56 0.48
Hex BD B9 36 0 2 47 1A 3A 38 30
Octal 275 271 66 0 2 107 32 72 70 60
Binary 10111101 10111001 110110 0 10 1000111 11010 111010 111000 110000

Color Harmonies of #BDB936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB936

Black with #BDB936

Text Example


Text Example

White with #BDB936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB936; }

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

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

background-color css

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

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

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

border-color css

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

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

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