Html Css Color HEX #BEB938 Old Gold

📋 copy color: '#BEB938'

red 190 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #BEB938

Tints of Old Gold #BEB938

RGB

 RED value IS 190 (74.61% from 255) = 44.08%

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

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

R = 44.08%
G = 42.92%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BEB938 (or 0xBEB938) is known color: Old Gold. HEX triplet: BE, B9 and 38. RGB value is (190,185,56). Sum of RGB (Red+Green+Blue) = 190+185+56=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB938 is #4146C7. Grayscale: #ACACAC. Windows color (decimal): -4277960 or 3717566. OLE color: 3717566.

HSL color Cylindrical-coordinate representation of color #BEB938: hue angle of 57.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEB938 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 56 -
CMYK 0 0.03 0.71 0.25
HSL 57.76º 0.54% 0.48% -
HSV(B) 57.76º 0.71% 0.75% -
XYZ 39.3 45.93 10.54 -
YUV 171.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 190 185 56 0 0.03 0.71 0.25 57.76 0.54 0.48
Hex BE B9 38 0 3 47 19 3A 36 30
Octal 276 271 70 0 3 107 31 72 66 60
Binary 10111110 10111001 111000 0 11 1000111 11001 111010 110110 110000

Color Harmonies of #BEB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB938

Black with #BEB938

Text Example


Text Example

White with #BEB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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