Html Css Color HEX #BEB334 Old Gold

📋 copy color: '#BEB334'

red 190 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #BEB334

Tints of Old Gold #BEB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 45.13%
G = 42.52%
B = 12.35%

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

#BEB334 (or 0xBEB334) is known color: Old Gold. HEX triplet: BE, B3 and 34. RGB value is (190,179,52). Sum of RGB (Red+Green+Blue) = 190+179+52=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB334 is #414CCB. Grayscale: #A8A8A8. Windows color (decimal): -4279500 or 3453886. OLE color: 3453886.

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

Color convert

RGB 190 179 52 -
CMYK 0 0.06 0.73 0.25
HSL 55.22º 0.57% 0.47% -
HSV(B) 55.22º 0.73% 0.75% -
XYZ 37.98 43.44 9.63 -
YUV 167.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 190 179 52 0 0.06 0.73 0.25 55.22 0.57 0.47
Hex BE B3 34 0 6 49 19 37 39 2F
Octal 276 263 64 0 6 111 31 67 71 57
Binary 10111110 10110011 110100 0 110 1001001 11001 110111 111001 101111

Color Harmonies of #BEB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB334

Black with #BEB334

Text Example


Text Example

White with #BEB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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