Html Css Color HEX #BEB532 Old Gold

📋 copy color: '#BEB532'

red 190 ◦ green 181 ◦ blue 50

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

Shades of Old Gold #BEB532

Tints of Old Gold #BEB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

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

R = 45.13%
G = 42.99%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB532 (or 0xBEB532) is known color: Old Gold. HEX triplet: BE, B5 and 32. RGB value is (190,181,50). Sum of RGB (Red+Green+Blue) = 190+181+50=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB532 is #414ACD. Grayscale: #A9A9A9. Windows color (decimal): -4278990 or 3323326. OLE color: 3323326.

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

Color convert

RGB 190 181 50 -
CMYK 0 0.05 0.74 0.25
HSL 56.14º 0.58% 0.47% -
HSV(B) 56.14º 0.74% 0.75% -
XYZ 38.33 44.23 9.53 -
YUV 168.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 190 181 50 0 0.05 0.74 0.25 56.14 0.58 0.47
Hex BE B5 32 0 5 4A 19 38 3A 2F
Octal 276 265 62 0 5 112 31 70 72 57
Binary 10111110 10110101 110010 0 101 1001010 11001 111000 111010 101111

Color Harmonies of #BEB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB532

Black with #BEB532

Text Example


Text Example

White with #BEB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB532; }

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

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

background-color css

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

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

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

border-color css

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

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

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