Html Css Color HEX #BEB932 Old Gold

📋 copy color: '#BEB932'

red 190 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #BEB932

Tints of Old Gold #BEB932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 44.71%
G = 43.53%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB932 (or 0xBEB932) is known color: Old Gold. HEX triplet: BE, B9 and 32. RGB value is (190,185,50). Sum of RGB (Red+Green+Blue) = 190+185+50=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB932 is #4146CD. Grayscale: #ABABAB. Windows color (decimal): -4277966 or 3324350. OLE color: 3324350.

HSL color Cylindrical-coordinate representation of color #BEB932: hue angle of 57.86º degrees, saturation: 0.58, 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 #BEB932 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 50 -
CMYK 0 0.03 0.74 0.25
HSL 57.86º 0.58% 0.47% -
HSV(B) 57.86º 0.74% 0.75% -
XYZ 39.16 45.88 9.81 -
YUV 171.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 190 185 50 0 0.03 0.74 0.25 57.86 0.58 0.47
Hex BE B9 32 0 3 4A 19 3A 3A 2F
Octal 276 271 62 0 3 112 31 72 72 57
Binary 10111110 10111001 110010 0 11 1001010 11001 111010 111010 101111

Color Harmonies of #BEB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB932

Black with #BEB932

Text Example


Text Example

White with #BEB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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