Html Css Color HEX #BEB333 Old Gold

📋 copy color: '#BEB333'

red 190 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #BEB333

Tints of Old Gold #BEB333

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 45.24%
G = 42.62%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEB333 (or 0xBEB333) is known color: Old Gold. HEX triplet: BE, B3 and 33. RGB value is (190,179,51). Sum of RGB (Red+Green+Blue) = 190+179+51=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB333 is #414CCC. Grayscale: #A8A8A8. Windows color (decimal): -4279501 or 3388350. OLE color: 3388350.

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

Color convert

RGB 190 179 51 -
CMYK 0 0.06 0.73 0.25
HSL 55.25º 0.58% 0.47% -
HSV(B) 55.25º 0.73% 0.75% -
XYZ 37.95 43.43 9.51 -
YUV 167.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 190 179 51 0 0.06 0.73 0.25 55.25 0.58 0.47
Hex BE B3 33 0 6 49 19 37 3A 2F
Octal 276 263 63 0 6 111 31 67 72 57
Binary 10111110 10110011 110011 0 110 1001001 11001 110111 111010 101111

Color Harmonies of #BEB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB333

Black with #BEB333

Text Example


Text Example

White with #BEB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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