Html Css Color HEX #BEB731 Old Gold

📋 copy color: '#BEB731'

red 190 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #BEB731

Tints of Old Gold #BEB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 45.02%
G = 43.36%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB731 (or 0xBEB731) is known color: Old Gold. HEX triplet: BE, B7 and 31. RGB value is (190,183,49). Sum of RGB (Red+Green+Blue) = 190+183+49=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB731 is #4148CE. Grayscale: #AAAAAA. Windows color (decimal): -4278479 or 3258302. OLE color: 3258302.

HSL color Cylindrical-coordinate representation of color #BEB731: hue angle of 57.02º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEB731 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 49 -
CMYK 0 0.04 0.74 0.25
HSL 57.02º 0.59% 0.47% -
HSV(B) 57.02º 0.74% 0.75% -
XYZ 38.72 45.04 9.56 -
YUV 169.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 190 183 49 0 0.04 0.74 0.25 57.02 0.59 0.47
Hex BE B7 31 0 4 4A 19 39 3B 2F
Octal 276 267 61 0 4 112 31 71 73 57
Binary 10111110 10110111 110001 0 100 1001010 11001 111001 111011 101111

Color Harmonies of #BEB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB731

Black with #BEB731

Text Example


Text Example

White with #BEB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB731; }

 p { color: rgb(190,183,49); }

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

background-color css

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

 a { background-color: rgb(190,183,49); }

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

border-color css

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

 span { border-color: rgb(190,183,49); }

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