Html Css Color HEX #BDB938 Old Gold

📋 copy color: '#BDB938'

red 189 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #BDB938

Tints of Old Gold #BDB938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.02%

R = 43.95%
G = 43.02%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB938 (or 0xBDB938) is known color: Old Gold. HEX triplet: BD, B9 and 38. RGB value is (189,185,56). Sum of RGB (Red+Green+Blue) = 189+185+56=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB938 is #4246C7. Grayscale: #ACACAC. Windows color (decimal): -4343496 or 3717565. OLE color: 3717565.

HSL color Cylindrical-coordinate representation of color #BDB938: hue angle of 58.2º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB938 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 56 -
CMYK 0 0.02 0.70 0.26
HSL 58.2º 0.54% 0.48% -
HSV(B) 58.2º 0.7% 0.74% -
XYZ 39.05 45.8 10.52 -
YUV 171.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 189 185 56 0 0.02 0.70 0.26 58.2 0.54 0.48
Hex BD B9 38 0 2 46 1A 3A 36 30
Octal 275 271 70 0 2 106 32 72 66 60
Binary 10111101 10111001 111000 0 10 1000110 11010 111010 110110 110000

Color Harmonies of #BDB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB938

Black with #BDB938

Text Example


Text Example

White with #BDB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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