Html Css Color HEX #BEBE33 Old Gold

📋 copy color: '#BEBE33'

red 190 ◦ green 190 ◦ blue 51

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

Shades of Old Gold #BEBE33

Tints of Old Gold #BEBE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 44.08%
G = 44.08%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEBE33 (or 0xBEBE33) is known color: Old Gold. HEX triplet: BE, BE and 33. RGB value is (190,190,51). Sum of RGB (Red+Green+Blue) = 190+190+51=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE33 is #4141CC. Grayscale: #AEAEAE. Windows color (decimal): -4276685 or 3391166. OLE color: 3391166.

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

Color convert

RGB 190 190 51 -
CMYK 0 0 0.73 0.25
HSL 60º 0.58% 0.47% -
HSV(B) 60º 0.73% 0.75% -
XYZ 40.25 48.01 10.28 -
YUV 174.15 58.5 139.3 -
System Red Green Blue C M Y K H S L
Decimal 190 190 51 0 0 0.73 0.25 60 0.58 0.47
Hex BE BE 33 0 0 49 19 3C 3A 2F
Octal 276 276 63 0 0 111 31 74 72 57
Binary 10111110 10111110 110011 0 0 1001001 11001 111100 111010 101111

Color Harmonies of #BEBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE33

Black with #BEBE33

Text Example


Text Example

White with #BEBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE33; }

 p { color: rgb(190,190,51); }

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

background-color css

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

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

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

border-color css

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

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

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