Html Css Color HEX #BEB534 Old Gold

📋 copy color: '#BEB534'

red 190 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #BEB534

Tints of Old Gold #BEB534

RGB

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

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

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

R = 44.92%
G = 42.79%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEB534 (or 0xBEB534) is known color: Old Gold. HEX triplet: BE, B5 and 34. RGB value is (190,181,52). Sum of RGB (Red+Green+Blue) = 190+181+52=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB534 is #414ACB. Grayscale: #A9A9A9. Windows color (decimal): -4278988 or 3454398. OLE color: 3454398.

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

Color convert

RGB 190 181 52 -
CMYK 0 0.05 0.73 0.25
HSL 56.09º 0.57% 0.47% -
HSV(B) 56.09º 0.73% 0.75% -
XYZ 38.38 44.24 9.77 -
YUV 168.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 190 181 52 0 0.05 0.73 0.25 56.09 0.57 0.47
Hex BE B5 34 0 5 49 19 38 39 2F
Octal 276 265 64 0 5 111 31 70 71 57
Binary 10111110 10110101 110100 0 101 1001001 11001 111000 111001 101111

Color Harmonies of #BEB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB534

Black with #BEB534

Text Example


Text Example

White with #BEB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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